-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
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
2.0 fails to build: no member named 'value' in 'std::__1::is_empty<asio::io_context>' #488
Comments
What version of asio are you using ? It should work at least with asio 1.12 You can also build without the peer discovery module and http proxy support to avoid depending on asio (with cmake: |
asio-1.10.6 |
clang-9 |
Update your version, you need asio 1.12 as adrien said. |
asio-1.16.0 works. Thanks! |
abitrolly
added a commit
to abitrolly/opendht
that referenced
this issue
Jun 20, 2022
abitrolly
added a commit
to abitrolly/opendht
that referenced
this issue
Dec 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: