From 1a925ee17b1d85288c76fd5bd2d7b89fdd1d58de Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 6 Jan 2014 16:53:25 -0500 Subject: [PATCH] Update docs to reflect library inclusion in C++11 and addition of BOOST_ERROR_CODE_HEADER_ONLY --- doc/index.html | 4 ++-- doc/reference.html | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index 38ab455..e9ff4f4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -95,7 +95,7 @@ and Windows platforms. These headers are effectively no-ops if included for platforms other than their intended target.

- + + + + +
The Boost System Library will become part of the C++0x Standard Library. + The Boost System Library is part of the C++11 Standard Library. A number of changes, particularly to names, were made by the C++ committee during standardization. The Boost implementation is tracking those changes. See Deprecated names for @@ -145,7 +145,7 @@ paper. Johan Nilsson's comments led to several of the refinements in N2066 .


Revised -May 28, 2010 +January 06, 2014

© Copyright Beman Dawes, 1999

diff --git a/doc/reference.html b/doc/reference.html index bf54540..d2efbb2 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -89,6 +89,12 @@ provided, so users may ignore these macros if they prefer.

Default Effect if defined
BOOST_ERROR_CODE_HEADER_ONLYNot defined.The implementation is header-only, and the + Boost.System library is not built. Overrides other link and library macros.
BOOST_SYSTEM_DYN_LINK Defined if BOOST_ALL_DYN_LINK is defined, @@ -793,7 +799,7 @@ application program interfaces.


Revised -February 28, 2013 +January 06, 2014

© Copyright Beman Dawes, 2006, 2007, 2008, 2013