Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85271 - trunk/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2013-08-10 05:53:38


Author: viboes
Date: 2013-08-10 05:53:38 EDT (Sat, 10 Aug 2013)
New Revision: 85271
URL: http://svn.boost.org/trac/boost/changeset/85271

Log:
Chrono: remove #7347 reference.

Text files modified:
   trunk/libs/chrono/doc/chrono.qbk | 4 +---
   1 files changed, 1 insertions(+), 3 deletions(-)

Modified: trunk/libs/chrono/doc/chrono.qbk
==============================================================================
--- trunk/libs/chrono/doc/chrono.qbk Sat Aug 10 05:07:55 2013 (r85270)
+++ trunk/libs/chrono/doc/chrono.qbk 2013-08-10 05:53:38 EDT (Sat, 10 Aug 2013) (r85271)
@@ -556,9 +556,7 @@
 __Boost_Chrono__ can be configured as a header-only library defining __BOOST_CHRONO_HEADER_ONLY.
 However Boost.Chrono depends on the non header-only library Boost.System, so that you will need to link with boost_system.
 
-Boost.System has un undocumented feature (use of macro BOOST_ERROR_CODE_HEADER_ONLY) to make it header only, but it is buggy
-(see [@http://svn.boost.org/trac/boost/ticket/7347 #7347] duplicate symbol while BOOST_ERROR_CODE_HEADER_ONLY is defined)
-
+Boost.System has un undocumented feature (use of macro BOOST_ERROR_CODE_HEADER_ONLY) to make it header only.
  
 If __BOOST_CHRONO_HEADER_ONLY is not defined you need to compile it and build the library before use, for example using:
 


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