Use emplace_back to save the construction of a temporary
This also fixes the following warning issued by gcc 15:
warning: ‘void operator delete(void*, std::size_t)’ called on pointer ‘__result’ with nonzero offset 136 [-Wfree-nonheap-object]
Use emplace_back to save the construction of a temporary Tags None Subscribers None
Description
Details
|