EA Standard Template Library v3.17.02 Release Notes

Release Date: 2020-11-05 // over 3 years ago
  • 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