Skip to content

3.05.08 Release

Compare
Choose a tag to compare
@rparolin rparolin released this 11 Aug 15:42
· 288 commits to master since this release
  • Added eastl::not_fn for C++17 conformance.
  • Improved eastl::vector by guarding against user types with overloaded address-of operators. This was observed in "eastl::vector>" usage.
  • Adding natvis visualizer for eastl::ring_buffer.
  • Updated natvis visualizer for eastl::string and eastl::vector.
  • VS2013 removed from CI validation.
    • VS2013 code paths have not been removed but we are no longer actively testing against that compiler.
  • Adding support logical operations conjuction, disjunction, and negation type traits for C++17 conformance.
    • Implemented find_as(T, Predicate) for the following vector based containers:
      • vector_set
      • vector_multiset
      • vector_map
      • vector_multimap