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

Build failure while using new version Boost(1.71), win10 x64

Open ran-2012 opened this issue 6 years ago • 0 comments

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.

ran-2012 avatar Nov 18 '19 10:11 ran-2012