Skip to content

3.05.00

Compare
Choose a tag to compare
@rparolin rparolin released this 07 Dec 20:38
· 311 commits to master since this release
  • Implemented eastl:string_view, a non-owning string type that isn't templated on an allocator making it suitable for use at API boundaries.
  • Adding support for typed get for tuple (e.g. get(tuple& t)).
  • CoreAllocatorAdapter::operator= now copies the allocator name.
  • Fixed strict-aliasing issues in the eastl::intrusive_list implementation.
  • Adding move semantic guards around test code requiring that language feature.
  • Improving eastl::vector implementation to move elements (instead of copying) during a resize.