socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Can't build with error "sio_packet.cpp(326,22): error C2039: 'all_of': is not a member of 'std'"

Open Suvitruf opened this issue 4 months ago • 0 comments

Fixed only after adding #include <algorithm> into sio_packet.cpp.

Suvitruf avatar Jul 21 '25 15:07 Suvitruf