3.13.03
- 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.