Document ASIO_DISABLE_THREADS.
diff --git a/asio/src/doc/using.qbk b/asio/src/doc/using.qbk index c536929..f5c9bd0 100644 --- a/asio/src/doc/using.qbk +++ b/asio/src/doc/using.qbk
@@ -196,6 +196,13 @@ ] ] [ + [`ASIO_DISABLE_THREADS`] + [ + Explicitly disables Asio's threading support, independent of whether or + not Boost supports threads. + ] + ] + [ [`ASIO_NO_WIN32_LEAN_AND_MEAN`] [ By default, Asio will automatically define `WIN32_LEAN_AND_MEAN` when