EA Standard Template Library v3.13.02 Release Notes

Release Date: 2019-02-08 // about 5 years ago
    • ➕ Adding explicit moves to eastl::string::operator+ due to NRVO rules.
    • 0️⃣ Removing dependency on global new/delete in eastl::any and routing all memory requests to the default allocator.
    • Removing support for 'EASTL_STRING_OPT_CHAR_INIT'.