0

I've clone the project Socket IO C++ from Github. After many attempts on compiling im getting the following error that I don't get how to solve. Does anyone have an idea on what could it be?

error C2664: 'boost::asio::basic_waitable_timer,boost::asio::waitable_timer_service>::basic_waitable_timer(const boost::asio::basic_waitable_timer> &)' : cannot convert argument 2 from 'boost::chrono::milliseconds' to 'const std::chrono::time_point < std::chrono::system_clock,std::chrono::system_clock::duration> &'

1 Answer 1

0

The following post in Github solved the problem ! https://github.com/zaphoyd/websocketpp/issues/437

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.