mirror of
https://github.com/boostorg/asio.git
synced 2026-02-01 20:12:09 +00:00
Conservatively prevent the thread_pool's internal locking behaviour from being changed via the BOOST_ASIO_CONCURRENCY_HINT_ macros, as there is no way to use a thread_pool object in a purely single-threaded use case anyway. This change also fixes a conversion warning.