top | item 19725974

(no title)

dearrifling | 6 years ago

One shouldn't std::move in a return. Returning a local is already automatically an rvalue, however explicitly moving it disables copy elision.

discuss

order

petters|6 years ago

You are completely right. That should be fixed