gracicot

joined 2 years ago
[–] [email protected] 1 points 2 years ago (1 children)

I think compiler move return value by default, so even without NRVO you should never move a return value when it's a local non reference variable.