optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
116 stars 33 forks source link

containers: add a dedicated function to swap boolean values stored in a PiercedStorage #409

Closed andrea-iob closed 10 months ago

andrea-iob commented 1 year ago

The generic function was triggering a compiler warnings because using the move operator on a temporary object (i.e., on std::vector::reference) prevents copy elision.