Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74784 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-10-07 17:54:24


Author: viboes
Date: 2011-10-07 17:54:24 EDT (Fri, 07 Oct 2011)
New Revision: 74784
URL: http://svn.boost.org/trac/boost/changeset/74784

Log:
Chrono: Added BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING to avoid system::error_code
Text files modified:
   trunk/libs/chrono/test/Jamfile.v2 | 38 ++++++++++----------------------------
   1 files changed, 10 insertions(+), 28 deletions(-)

Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-10-07 17:54:24 EDT (Fri, 07 Oct 2011)
@@ -59,9 +59,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(sources[1]:B)_header ]
     ;
 }
@@ -81,9 +79,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(name)_header ]
     ;
 }
@@ -105,9 +101,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(sources[1]:B)_header ]
     ;
 }
@@ -127,9 +121,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(name)_header ]
     ;
 }
@@ -150,9 +142,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(sources[1]:B)_header ]
     ;
 }
@@ -173,9 +163,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(name)_header ]
     ;
 }
@@ -186,9 +174,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(sources[1]:B)_header ]
     ;
 }
@@ -199,9 +185,7 @@
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment one of the following lines
- #<define>BOOST_SYSTEM_INLINED
- <library>/boost/system//boost_system
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(name)_header ]
     ;
 }
@@ -214,8 +198,7 @@
         : $(sources[1]:B)_lib ]
     [ compile $(sources)
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment the following line
- <define>BOOST_SYSTEM_INLINED
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(sources[1]:B)_header ]
     ;
 }
@@ -228,8 +211,7 @@
         : $(name)_lib ]
     [ compile $(sources)
         : <define>BOOST_CHRONO_HEADER_ONLY
- # comment the following line
- <define>BOOST_SYSTEM_INLINED
+ <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
         : $(name)_header ]
     ;
 }


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