rsocket / rsocket-cpp

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

RSocket build fix #863

Closed phoad closed 6 years ago

phoad commented 6 years ago

Google's Mock library behaves differently in internal builds versus external builds, which caused build breaks.

Google Mock doesn't accept RValue inputs in external build.