socketio / socket.io-client-cpp

C++11 implementation of Socket.IO client
MIT License
2.26k stars 730 forks source link

Add std to all move references #420

Closed cdrofenik closed 9 months ago

cdrofenik commented 9 months ago

Add std to all move references.

The code does not compile if used externally and no using namespace is references.