chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.97k stars 1.22k forks source link

Build error from recycling_allocator.hpp #1535

Open alexsharoff opened 1 month ago

alexsharoff commented 1 month ago

See https://github.com/chriskohlhoff/asio/blob/efdc25ab99786101351a5afb39f01dfaf0781401/asio/include/asio/detail/recycling_allocator.hpp#L56

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'