socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Build failure while using new version Boost(1.71), win10 x64
I got complex template compile error when using boost 1.71. This repo has stopped update since Oct. 2017, so I write the solution here: Use boost 1.69. (I didn't test 1.70). Download prebuilt boost library from https://sourceforge.net/projects/boost/files/boost-binaries/. Install. Configure cmake as INSTALL.md says. This solution is inspired by https://github.com/socketio/socket.io-client-cpp/issues/212#issuecomment-524463252.