tplgy / bonefish

C++ WAMP application router that enables building applications from loosely-coupled components.
Apache License 2.0
55 stars 33 forks source link

Fix warnings/errors on latest clang/Xcode 7.3 #37

Closed jrogers closed 8 years ago

jrogers commented 8 years ago

Prevent copy elision warnings [-Wpessimizing-move] by removing redundant std::move calls

jrogers commented 8 years ago

Not clear why this fails to build on gcc, internal compiler error...

jrogers commented 8 years ago

Restarted travis build and it passed, must have been a infrastructure glitch