Skip to content

Commit fffbf1a

Browse files
authored
Use move semantics instead of copy for functions (#692)
* Use move semantics instead of copy for functions In some cases, a few more copies could be prevented by changing function definitions to accept parameters by const-ref, rather than by value, but I didn't want to change public signatures. * Fix two use-after-move errors
1 parent d37bc0f commit fffbf1a

File tree

1 file changed

+90
-62
lines changed

1 file changed

+90
-62
lines changed

0 commit comments

Comments
 (0)