Skip to content

Version 1.0

Compare
Choose a tag to compare
@JeneLitsch JeneLitsch released this 26 Feb 14:06
· 1292 commits to main since this release

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