rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

yarlpl: Fix compilation with newer GCC #888

Open neheb opened 5 years ago

neheb commented 5 years ago

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