summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2019-05-06 17:09:20 -0700
committerPeter Dimov <pdimov@gmail.com>2019-05-07 05:25:25 +0300
commita916ba795095d0db695f9659149d7328f14bf428 (patch)
treec05a4c4458f9a6dd9c017a765451d908359e2efe /more
parent0d835ff10df66edb544cfd7c2bd69f87bfbdf61c (diff)
downloadboost-a916ba795095d0db695f9659149d7328f14bf428.tar.gz
Remove Boost.System from the list of libraries requiring separate compilation
Diffstat (limited to 'more')
-rw-r--r--more/getting_started/detail/header-only.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/more/getting_started/detail/header-only.rst b/more/getting_started/detail/header-only.rst
index db0056a7e8..bc70aa874f 100644
--- a/more/getting_started/detail/header-only.rst
+++ b/more/getting_started/detail/header-only.rst
@@ -33,7 +33,6 @@ The only Boost libraries that *must* be built separately are:
* Boost.Regex_
* Boost.Serialization_
* Boost.Signals_
-* Boost.System_
* Boost.Thread_
* Boost.Timer_
* Boost.Wave_
@@ -65,4 +64,8 @@ A few libraries have optional separately-compiled binaries:
which requires a separately-compiled binary. This is enabled by
#define BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR.
+* Boost.System_ is header-only since Boost 1.69. A stub library is
+ still built for compatibility, but linking to it is no longer
+ necessary.
+
__ ../../libs/graph/doc/read_graphviz.html