Skip to content

3.12.08 Release

Compare
Choose a tag to compare
@rparolin rparolin released this 04 Jan 18:52
· 174 commits to master since this release
  • Resolved eastl::function memory leak when assigning to a non-null eastl::function with a closure containing non-trivial types.
  • Fixed all eastl::list::insert overloads to return the insertation position for C++11 standards conformance.
  • Fixed eastl::vector noexcept annotations to use EABase portability macros.
  • Resolved compilation errors when using eastl::scoped_ptr<void> and eastl::scoped_array<void>.
  • Port benchmarks to use std::unordered_map instead of std::hash_map.