EA Standard Template Library v3.17.03 Release Notes
Release Date: 2020-11-06 // about 4 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