EA Standard Template Library v3.17.03 Release Notes

Release Date: 2020-11-06 // over 3 years ago
  • [EASTL 3.17.03] (#397)

    ✅ EASTL: lru_cache iteration tests and added support for initializer_lists

    ⚠ eastl::atomic : fixed msvc compiler warning 4459


Previous changes from v3.17.02

  • rbtree::emplace_hint() compilation fix for variadic arg use (#392)

    🛠 Fix hint-versions of rbtree class variadic insertion methods: parameter pack and move semantics support.

    🛠 Fix hashtable::insert() to satisfy new map tests.

    🛠 Fixed typo in Deque comments (#394)

    [EASTL 3.17.02] (#395)

    eastl::atomic

    • 🛠 fix all the spelling mistakes in the doc
    • ➕ Added support for non-trivially default constructible types
    • Cleaned up comments and impl
    • 👌 improved 128-bit load code gen
    • 🛠 fixed type pun to support non-trivially default constructible types
    • ensure msvc instrinics do not emit prefetch instructions

    EASTL: to_array implementation

    EASTL: fix for rbtree input iterator ctor moving elements from the source container