Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80044 - branches/release/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2012-08-15 06:36:05


Author: viboes
Date: 2012-08-15 06:36:02 EDT (Wed, 15 Aug 2012)
New Revision: 80044
URL: http://svn.boost.org/trac/boost/changeset/80044

Log:
Thread: Merge fix for #7185
Text files modified:
   branches/release/libs/chrono/doc/chrono.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/libs/chrono/doc/chrono.qbk
==============================================================================
--- branches/release/libs/chrono/doc/chrono.qbk (original)
+++ branches/release/libs/chrono/doc/chrono.qbk 2012-08-15 06:36:02 EDT (Wed, 15 Aug 2012)
@@ -573,7 +573,7 @@
 [heading Building Boost.Chrono ]
 [/=================================]
 
-__Boost_Chrono__ can be configured as a header-only library. When __BOOST_CHRONO_HEADER_ONLY is defined the Boost.Chrono is a header-only library. Otherwise is not a header only library and you need to compile it and build the library before use, for example using:
+__Boost_Chrono__ can be configured as a header-only library. When __BOOST_CHRONO_HEADER_ONLY and BOOST_ERROR_CODE_HEADER_ONLY are defined the Boost.Chrono is a header-only library. Otherwise is not a header only library and you need to compile it and build the library before use, for example using:
 
     bjam libs/chrono/build
 
@@ -619,7 +619,7 @@
 [/=========================================================]
 
 In addition to link with the __Boost_Chrono__ library you need also to link with the [*Boost.System] library.
-Once [*Boost.System] will be configurable to be a header only using __BOOST_SYSTEM_INLINED you will no need to link with it.
+If [*Boost.System] is configured defining BOOST_ERROR_CODE_HEADER_ONLY you will no need to link with it as the dependent part is header only then.
 
 
 [/=========================]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk