3.14.01
- 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.