Use std::move instead of copies passed-by-value
The move is more efficient than the copies.
Suggested-by: https://github.com/csutils/csmock
See-also: https://github.com/pst-format/libpst/issues/6
Use std::move instead of copies passed-by-value Tags None Referenced Files None Subscribers None
Description
Details
|