Skip to content

3.07.00 Release

Compare
Choose a tag to compare
@rparolin rparolin released this 30 Jan 19:45
· 263 commits to master since this release
  • 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.