11 Dec
2018
11 Dec
'18
1:32 p.m.
Can we please turn off this deprecation warning for now? At least when Boost.Coroutine is being included to work with Asio? I get neverending complaints from users about this warning in Beast: https://travis-ci.org/vinniefalco/beast/jobs/466272022#L1091 I am of course defining BOOST_COROUTINES_NO_DEPRECATION_WARNING: https://github.com/boostorg/beast/blob/010fb4b08c05ce82cf4a87d9985c5b4998d95... But this warning happens when building the coroutine library not when compiling Beast's tests and examples. Regards