Subject: [Boost-commit] svn:boost r68110 - trunk/libs/chrono/build
From: vicente.botet_at_[hidden]
Date: 2011-01-13 12:34:06


Author: viboes
Date: 2011-01-13 12:34:04 EST (Thu, 13 Jan 2011)
New Revision: 68110
URL: http://svn.boost.org/trac/boost/changeset/68110

Log:
Boost.Chrono: It seems that multi-threading is needed on LINUX to any user of Boost.Chrono, in particular the tests.

Text files modified:
   trunk/libs/chrono/build/Jamfile.v2 | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/chrono/build/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/build/Jamfile.v2 (original)
+++ trunk/libs/chrono/build/Jamfile.v2 2011-01-13 12:34:04 EST (Thu, 13 Jan 2011)
@@ -46,6 +46,7 @@
         <toolset>intel:<cxxflags>-wd304,1418
 
     : usage-requirements # pass these requirement to dependents (i.e. users)
+ <os>LINUX:<threading>multi
         <threading>single:<define>BOOST_CHRONO_THREAD_DISABLED
         <library>/boost/system//boost_system
         #<define>BOOST_SYSTEM_INLINED