EA Standard Template Library v3.14.03 Release Notes

Release Date: 2019-09-30 // over 4 years ago
    • Fixed bug in segmented_vector_iterator::operator++(int).
    • ➕ Adding a basic eastl::any natvis. Has a limitation of switching between inplace and heap views due to natvis scripting limitations.
    • Adding a EASTL_IF_NOT_DLL macro to add back in eastl::any non-RTTI type checking in static builds.
    • 🛠 Fixed optional::swap with mismatched engaged values.