Simple-WebSocket-Server
Simple-WebSocket-Server copied to clipboard
Boost.Coroutine is now deprecated. Please switch to Boost.Coroutine2.
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.
Thank you. If I'm not mistaken though, this is an issue within Boost.Asio?
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.