Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82613 - trunk/libs/thread/test/sync/mutual_exclusion/once/call_once
From: vicente.botet_at_[hidden]
Date: 2013-01-25 15:53:50


Author: viboes
Date: 2013-01-25 15:53:49 EST (Fri, 25 Jan 2013)
New Revision: 82613
URL: http://svn.boost.org/trac/boost/changeset/82613

Log:
Thread: enable BOOST_THREAD_PROVIDES_ONCE_CXX11 on cal_once_pass test
Text files modified:
   trunk/libs/thread/test/sync/mutual_exclusion/once/call_once/call_once_pass.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/thread/test/sync/mutual_exclusion/once/call_once/call_once_pass.cpp
==============================================================================
--- trunk/libs/thread/test/sync/mutual_exclusion/once/call_once/call_once_pass.cpp (original)
+++ trunk/libs/thread/test/sync/mutual_exclusion/once/call_once/call_once_pass.cpp 2013-01-25 15:53:49 EST (Fri, 25 Jan 2013)
@@ -21,7 +21,7 @@
 
 //#define BOOST_THREAD_VERSION 4
 #define BOOST_THREAD_USES_MOVE
-#define BOOST_THREAD_USES_MOVE
+#define BOOST_THREAD_PROVIDES_ONCE_CXX11
 
 #include <boost/thread/once.hpp>
 #include <boost/thread/thread.hpp>


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