Skip to content

3.13.03

Compare
Choose a tag to compare
@rparolin rparolin released this 25 Feb 20:38
· 164 commits to master since this release
  • Fixed eastl::variant support of move-only types.
  • Fixed eastl::rbtree::swap to no longer require types with a copy-ctor.
  • Fixed eastl::is_move_constructible_v which was aliasing to an unrelated type-trait.
  • Added eastl::is_empty_v template variable for eastl::is_empty::value.
  • Fixed eastl::tuple_cat lvalue-reference support.
  • Removing some old type_traits fallback code for when C++11 language features were added.