Skip to content

3.13.04

Compare
Choose a tag to compare
@rparolin rparolin released this 17 Mar 00:32
· 160 commits to master since this release
  • Removing some old type_traits fallback code for when C++11 language features were added.
  • Fixed a runtime crash when string_hash_map::insert_or_assign was used because the key strings weren't being copied into memory owned by the containers allocator.
  • Added all the type-trait '_v' aliases added in C++14.