Version 1.0
Features
- Exceptions
- New and shorter lambda syntax
- Algorithms
- Map (constructor: std::map())
- Queue (constructor: std::queue())
- Stack (constructor: std::stack())
- Range
- New math functions
Changes & Improvements
- Better compiler errors
- Standard library namespace is now std::
- More consistent and improved casts and conversions
Fixes
- Namespace resolution