Skip to content

Pre-release v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitwizeshift bitwizeshift released this 22 Apr 03:29
· 45 commits to master since this release
802e857

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 tuples by type
  • Added user-defined literals for complex
  • Added visibility attributes on all definitions
  • Added initial implementation of variant