rsocket-cpp icon indicating copy to clipboard operation
rsocket-cpp copied to clipboard

yarlpl: Fix compilation with newer GCC

Open neheb opened this issue 5 years ago • 0 comments

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

neheb avatar Jun 11 '19 20:06 neheb