List of features that we want to support in the future
All C++ related issue
Open C++ related issue
C++ Features and improvements
| Feature |
issue |
| use more c++ like code for c++ tests |
issue-67 |
| use different constructor |
issue-65 |
| function overloading |
issue-68 |
| use operator equal for class compare |
issue-69 |
| exceptions (test that rise exception, error suite test) |
|
| template function |
|
| date and time |
|
| stubs for c++ |
|
| test class constructors |
|
C++ Parameters and return types
| Type |
issue |
| rvalue |
issue-64 |
| non-template collections (string, bitset) |
|
| fixed size (smart pointers, optional, any, pair, tuple) |
|
| containers (vector, map, set, deque) |
|
| iterators |
|
| functions |
|