You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved eastl::hashtable related hashtable::DoInsertValue SFINAE mechanism.
Improved move-only type support in eastl::remove / eastl::remove_if algorithms.
Deprecated eastl::string::reset_lose_memory due to correctness issues when used with SSO.
Implemented east::string::detach as a replacement for reset_lost_memory so can handle the SSO case.
Removed eastl::abstract_string and eastl::abstract_fixed_string. eastl::string_view is the replacement for a string object not templated on an allocator type.
Removed EmptyString globally exported symbols defined in the string.h file.