EA Standard Template Library v3.13.03 Release Notes

Release Date: 2019-02-25 // about 5 years ago
    • 🛠 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.