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
io_service was removed in boost 1.87.0. It has been deprecated for a while. Should switch to io_context. boostorg/asio#110 may be helpful.
src/lib_gui/utility/utilityApp.cpp:8:10: fatal error: 'boost/asio/io_service.hpp' file not found 8 | #include <boost/asio/io_service.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
The text was updated successfully, but these errors were encountered:
Boost 1.87.0 is not yet available in Ubuntu or Vcpkg repositories.
Sorry, something went wrong.
io_service has been deprecated around 7 years.
No branches or pull requests
io_service was removed in boost 1.87.0. It has been deprecated for a while. Should switch to io_context. boostorg/asio#110 may be helpful.
The text was updated successfully, but these errors were encountered: