EA Standard Template Library v3.13.04 Release Notes

Release Date: 2019-03-17 // about 5 years ago
    • 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.