Skip to content

3.06.00 Release

Compare
Choose a tag to compare
@rparolin rparolin released this 09 Nov 00:07
· 270 commits to master since this release
  • Added SSO or the "short string optimization" support in eastl::string.
  • Fixed vector::erase(first, last) to check for empty range to ensure it is a noop (behaviour is mandated by the standard).
  • Fixed type_traits header to improve compatibility with Microsoft SAL (Source Annotation Langage).
  • Added support for eastl::string to implicitly convert to eastl::string_view.
  • Avoided macro expansion of 'max()' in string_view.h in the case where a previously-included file defined it.