Skip to content

3.13.00 Release

Compare
Choose a tag to compare
@rparolin rparolin released this 24 Jan 19:07
· 168 commits to master since this release
  • Fixed eastl::deque selecting an optimized 'memmove' code path to move elements within a memory page. The implementation was incorrectly selecting code that utilized memmove for non-trivial objects.
  • Removing some fallback code for variadic template code paths in allocator_traits.h
  • Added more type_trait variable template for values.
  • Fixed issue in eastl::unique_ptr that would call deleter for unique_ptrs holding a nullptr.