Skip to content

`std::vector::emplace_back()`

Patrick Louis S Connor requested to merge feature/emplace_back into migration

With EL9 and LCG, we now have GCC 13 and can use the full power of std::vector::emplace_back().

Merge request reports