Skip to content

v2.3.1

Latest
Compare
Choose a tag to compare
@Tessil Tessil released this 25 Jun 10:10
· 11 commits to master since this release
  • When using C++17, std::launder the reinterpreted pointer from std::aligned_storage to adapt to the change of object model introduced in P0137R1. Fix potential undefined behaviour.
  • When exceptions are disabled, only print the error message to stderr when TSL_DEBUG is defined instead of NDEBUG
  • Fix compatibility with std::pmr allocators