2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-01 20:12:09 +00:00
Files
asio/include
Christopher Kohlhoff 356750d694 Don't allow thread_pool locking to be set by BOOST_ASIO_CONCURRENCY_HINT_ macros.
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.
2019-02-28 20:10:32 +11:00
..