Skip to content

3.17.02

Compare
Choose a tag to compare
@MaxEWinkler MaxEWinkler released this 05 Nov 18:25
· 85 commits to master since this release
50fdd46

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