v1.9.0
- 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
andstride_span
utility
: addedmake_nullptr
type_traits
: addedtype_identity