Skip to content

3.13.02

Compare
Choose a tag to compare
@rparolin rparolin released this 08 Feb 03:48
· 166 commits to master since this release
  • Adding explicit moves to eastl::string::operator+ due to NRVO rules.
  • 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'.