瀏覽代碼

Remove Boost.System from the list of libraries requiring separate compilation

Peter Dimov 7 年之前
父節點
當前提交
a916ba7950
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      more/getting_started/detail/header-only.rst

+ 4 - 1
more/getting_started/detail/header-only.rst

@@ -33,7 +33,6 @@ The only Boost libraries that *must* be built separately are:
 * Boost.Regex_
 * Boost.Regex_
 * Boost.Serialization_
 * Boost.Serialization_
 * Boost.Signals_
 * Boost.Signals_
-* Boost.System_
 * Boost.Thread_
 * Boost.Thread_
 * Boost.Timer_
 * Boost.Timer_
 * Boost.Wave_
 * Boost.Wave_
@@ -65,4 +64,8 @@ A few libraries have optional separately-compiled binaries:
   which requires a separately-compiled binary. This is enabled by
   which requires a separately-compiled binary. This is enabled by
   #define BOOST_ENABLE_NON_INTRUSIVE_EXCEPTION_PTR.
   #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
 __ ../../libs/graph/doc/read_graphviz.html

粤ICP备19079148号