Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80043 - trunk/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2012-08-15 06:32:07


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

Log:
Thread: Try to fiw 7185
Text files modified:
   trunk/libs/chrono/doc/chrono.qbk | 11 +++++++----
   1 files changed, 7 insertions(+), 4 deletions(-)

Modified: trunk/libs/chrono/doc/chrono.qbk
==============================================================================
--- trunk/libs/chrono/doc/chrono.qbk (original)
+++ trunk/libs/chrono/doc/chrono.qbk 2012-08-15 06:32:07 EDT (Wed, 15 Aug 2012)
@@ -601,7 +601,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.
+__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
@@ -648,7 +648,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.
 
 
 [/=========================]
@@ -1268,8 +1268,11 @@
 
 the format is either
 
-<value> <unit>
-<unit> <value>
+ <value> <unit>
+
+or
+
+ <unit> <value>
 
 
 


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