Open alexsharoff opened 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'
ASIO_DISABLE_SMALL_BLOCK_RECYCLING
boost/asio/detail/recycling_allocator.hpp:57:47: error: use of undeclared identifier 's'
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'