Skip to content

SmartVector Extensions

Philipp Seiwald requested to merge smartvector_extensions into dev-v2

Extensions for the memory::SmartVector class.

Non-Breaking Changes

  • [memory]:
    • SmartVector: added copy constructor, copy-assignment operator, move constructor, move-assignment operator (does not copy/move unused elements in the static element buffer)
    • SmartVetctor: added emplace_back modifier

Merge request reports