Skip to content
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

Build error from recycling_allocator.hpp #1535

Open
alexsharoff opened this issue Oct 3, 2024 · 0 comments
Open

Build error from recycling_allocator.hpp #1535

alexsharoff opened this issue Oct 3, 2024 · 0 comments

Comments

@alexsharoff
Copy link

See

void* p = asio::aligned_new(align, s);

If ASIO_DISABLE_SMALL_BLOCK_RECYCLING is defined, compiler throws the following error:
boost/asio/detail/recycling_allocator.hpp:57:47: error: use of undeclared identifier 's'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant