Skip to content

3.14.00

Compare
Choose a tag to compare
@rparolin rparolin released this 10 Jul 22:15
· 147 commits to master since this release
  • eastl::fixed_function conversion ctor fixes to allow conversion to greater than or equal sized fixed_function target types.
  • eastl::pair single element ctor fixes when the first-element via reference-collapsing rules produces a move-ctor and copy-ctor of the same signature.
  • eastl::vector_multiset and eastl::vector_multimap compliance fixes. Insert functions now use eastl::upper_bound as mandated by the ISO specification.
  • eastl::queue compliance fix by deprecating eastl::queue::emplace_back and replacing with eastl::queue::emplace.
  • eastl::vector_* containers removing push_back and emplace_back from the overload set. Users are required to use *_unsorted variants.