EA Standard Template Library v3.14.02 Release Notes

Release Date: 2019-09-06 // over 4 years ago
    • Fixed memory leak in eastl::string_hash_map when inserting a duplicate key.
    • ➕ Added eastl::stable_partition algorithm implementation.
    • 🛠 Fixed eastl::CoreDeleterAdapter so the object destructor is called before freeing the allocated memory.