Skip to content

3.14.06

Compare
Choose a tag to compare
@rparolin rparolin released this 18 Oct 20:44
· 130 commits to master since this release
  • eastl::string::ltrim/rtrim/trim can now be passed an array of characters to trim.
  • Implemented eastl::finally, an RAII type for guaranteed callback execution at scope-exit.
  • Updated fixed_list/list, fixed_map/map, fixed_set/set, fixed_slist/slist, and rb_tree to use empty-base-class optimization for their allocator.
  • Fixed bug in eastl::string::append_convert which incorrectly assumed the provided string object was a pointer.
  • Fixed bug in eastl::variant conversion ctor and assignment-operator which ignored cv-qualifiers.
  • eastl::optional::swap fixes for mismatched engaged values.