Skip to content

v1.9.0

Compare
Choose a tag to compare
@iboB iboB released this 06 Apr 11:34
· 60 commits to master since this release
v1.9.0
f103ec0
  • New library: pmr_allocator. A C++17 wrapper of std::pmr::polymorphic_allocator with a C++20 interface
  • New library: any. An alternative implementation of C++17's std::any
  • Proper iterator support in poly_span and stride_span
  • utility: added make_nullptr
  • type_traits: added type_identity