Use std::move
in move constructors and move assignments
#170
Labels
enhancement
New feature or request
std::move
in move constructors and move assignments
#170
Let's use this as often as possible.
Notice: Move constructors and assignment may currently not be properly implemented - deletion of attributes content is missing mostly everywhere... The use of
std::move
should fix this.The text was updated successfully, but these errors were encountered: