EA Standard Template Library v3.14.01 Release Notes

Release Date: 2019-07-26 // over 4 years ago
    • โž• Adding non-const overload of eastl::basic_string::data.
    • ๐Ÿ›  eastl::stack::emplace_back / emplace fixes for C++17 support.
    • ๐Ÿ›  C++20 char8_t distinct type fixes due to assumptions char8_t aliased char type.
    • ๐Ÿ›  eastl::fixed_function fixes when attempting to copy to an eastl::fixed_function type with a larger SBO size.
    • 0๏ธโƒฃ eastl::pair single element ctor overload disabled by default.