We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As can be seen in https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html a bunch of deprecated facilities of ASIO have finally been removed, meaning AZMQ doesn't build any more.
I have not checked how difficult it's to fix. But at the very least "Removed deprecated alias io_service" breaks mostly everything.
The text was updated successfully, but these errors were encountered:
I got most of it working on boost 1.87 but I'm not 100% sure how backwards compatible it is 😅
Also for some reason I can't get the coroutine tests working on 1.87
https://github.com/jp-pino/azmq
Sorry, something went wrong.
Without even looking at those tests, could it be this (from the ASIO changelog)
Removed Boost.Coroutine-based spawn() overloads. The spawn() function now works only with the fiber support in Boost.Context.
No branches or pull requests
As can be seen in https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html a bunch of deprecated facilities of ASIO have finally been removed, meaning AZMQ doesn't build any more.
I have not checked how difficult it's to fix. But at the very least "Removed deprecated alias io_service" breaks mostly everything.
The text was updated successfully, but these errors were encountered: