| commit | f8917f67cce6db370087cb4efcba3b3f65c4c176 | [log] [tgz] |
|---|---|---|
| author | chris_kohlhoff <chris_kohlhoff> | Thu Apr 29 13:07:35 2010 +0000 |
| committer | chris_kohlhoff <chris_kohlhoff> | Thu Apr 29 13:07:35 2010 +0000 |
| tree | e2fa0a51bcfff172cc5fba4c27cab37bb1054e9d | |
| parent | ea18a0a916601a519753fff6e849369215246190 [diff] |
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