Skip to content

Conversation

neheb
Copy link

@neheb neheb commented Jun 11, 2019

Refcounted.h:45:23: error: moving a local object in a return statement
prevents copy elision [-Werror=pessimizing-move]
45 | return std::move(old);

Refcounted.h:45:23: error: moving a local object in a return statement
prevents copy elision [-Werror=pessimizing-move]
   45 |   return std::move(old);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants