Skip to content

3.14.01

Compare
Choose a tag to compare
@rparolin rparolin released this 26 Jul 16:18
· 144 commits to master since this release
  • Adding non-const overload of eastl::basic_string::data.
  • eastl::stack::emplace_back / emplace fixes for C++17 support.
  • C++20 char8_t distinct type fixes due to assumptions char8_t aliased char type.
  • eastl::fixed_function fixes when attempting to copy to an eastl::fixed_function type with a larger SBO size.
  • eastl::pair single element ctor overload disabled by default.