Simple-WebSocket-Server icon indicating copy to clipboard operation
Simple-WebSocket-Server copied to clipboard

Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2.

Open MatrixManAtYrService opened this issue 8 years ago • 2 comments

Hello, and thank you for maintaining this project--it has been really helpful for me.

Since upgrading to Boost 1.62, I now get this warning:

  CL : warning : Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2. To disable this warning message, define BOOST_COROUTINES_NO_DEPRECATION_WARNING. 

It's not causing me any trouble, but I thought you might like to know.

MatrixManAtYrService avatar Feb 07 '17 19:02 MatrixManAtYrService

Thank you. If I'm not mistaken though, this is an issue within Boost.Asio?

eidheim avatar Feb 08 '17 18:02 eidheim

You refer to Boost.Coroutine in CMakeLists.txt. The way I interpret this warning, that library is (recently) deprecated and boost is recommending that you use their newer one. I may have misunderstood though.

MatrixManAtYrService avatar Feb 14 '17 23:02 MatrixManAtYrService