Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@arximboldi arximboldi released this 03 Oct 12:26
· 17 commits to master since this release
5875f77

Changelog

  • flex_vector is now nothrow move constructible and assignable #246
  • gdb pretty printing functionality provided in extra
  • Fixed wrong argument order in some overloads of operator< for box<T> (#247)
  • Fix some MSVC compiler errors #263
  • Interoparibility with C++20 ranges improved #263
  • Some CMake and dependencies improvements