Add a std::move in some places to prevent arrays from being copied.
These cases were most likely optimized by the compiler, but this makes
it more explicit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Differential D14129
Dual Mesh: use std::move Authored by Wannes Malfait (Wannes) on Feb 16 2022, 4:32 PM. Tags Subscribers None
Details Add a std::move in some places to prevent arrays from being copied.
Diff Detail
|