-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
clang-11 warning: 'allocator<void>' is deprecated #785
Comments
Same warnings with Android NDK22 |
Might be related to #290. |
In file boost/asio/buffer_registration.hpp:
|
I also encountered this problem, how to deal with it, I think the C++20 standard has been removed allocator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In file boost/asio/associated_allocator.hpp:
In file boost/asio/impl/compose.hpp:
In file boost/asio/impl/executor.hpp:
In file boost/asio/execution/any_executor.hpp:
In file boost/asio/system_executor.hpp:
In file boost/asio/io_context.hpp:
In file boost/asio/system_context.hpp:
In file boost/asio/detail/impl/strand_executor_service.hpp:
In file boost/asio/thread_pool.hpp:
There are other places that should be fixed.
The text was updated successfully, but these errors were encountered: