Pre-release v0.2.0
Pre-release
Pre-release
In preparation of a 1.0.0 release, this includes a lot of changes from the previous few weeks of development:
Change Log
Fixes
- Fixed
is_final
definition, which is not available until C++14 - Suppressed and fixed cppcheck warnings
Features
- Added
make_reverse_iterator
support - Added
uncaught_exceptions
- Added support for addressing
tuple
s by type - Added user-defined literals for
complex
- Added visibility attributes on all definitions
- Added initial implementation of
variant