Skip to content

3.07.02 Release

Compare
Choose a tag to compare
@rparolin rparolin released this 28 Feb 01:04
· 252 commits to master since this release
  • Implemented eastl::variant.
  • Implemented eastl::fixed_function.
  • Implemented eastl::apply for unpacking tuples into callable arguments.
  • Implemented eastl::piecewise_construct constructor overload for eastl::pair.
  • Implemented eastl::reference_wrapper.
  • Implemented eastl::invoke for pointer-to-member, pointer-to-member-function and eastl::reference_wrapper types.
  • Implemented vector::insert updates that return an iterator to the beginning of the inserted range.
  • Implemented eastl::tuple_size_v alias.
  • Removed non-variadic template code paths in eastl::function.
  • Implemented eastl::is_invocable.
  • Fixed eastl::common_type<void, void> and updated eastl::common_type to decay result type based on defect #2141