EA Standard Template Library v3.14.00 Release Notes

Release Date: 2019-07-10 // almost 5 years ago
    • ๐Ÿ›  eastl::fixed_function conversion ctor fixes to allow conversion to greater than or equal sized fixed_function target types.
    • ๐Ÿšš eastl::pair single element ctor fixes when the first-element via reference-collapsing rules produces a move-ctor and copy-ctor of the same signature.
    • eastl::vector_multiset and eastl::vector_multimap compliance fixes. Insert functions now use eastl::upper_bound as mandated by the ISO specification.
    • ๐Ÿ—„ eastl::queue compliance fix by deprecating eastl::queue::emplace_back and replacing with eastl::queue::emplace.
    • eastl::vector_* containers removing push_back and emplace_back from the overload set. Users are required to use *_unsorted variants.