EA Standard Template Library v3.12.08 Release Notes

Release Date: 2019-01-04 // over 5 years ago
    • Resolved eastl::function memory leak when assigning to a non-null eastl::function with a closure containing non-trivial types.
    • 🛠 Fixed all eastl::list::insert overloads to return the insertation position for C++11 standards conformance.
    • 🛠 Fixed eastl::vector noexcept annotations to use EABase portability macros.
    • Resolved compilation errors when using eastl::scoped_ptr<void> and eastl::scoped_array<void>.
    • Port benchmarks to use std::unordered_map instead of std::hash_map.