Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81489 - trunk/boost/thread
From: vicente.botet_at_[hidden]
Date: 2012-11-23 01:26:36


Author: viboes
Date: 2012-11-23 01:26:30 EST (Fri, 23 Nov 2012)
New Revision: 81489
URL: http://svn.boost.org/trac/boost/changeset/81489

Log:
Thread: format text
Text files modified:
   trunk/boost/thread/lock_types.hpp | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/boost/thread/lock_types.hpp
==============================================================================
--- trunk/boost/thread/lock_types.hpp (original)
+++ trunk/boost/thread/lock_types.hpp 2012-11-23 01:26:30 EST (Fri, 23 Nov 2012)
@@ -169,7 +169,9 @@
     {
       BOOST_THREAD_RV(other).is_locked=false;
       BOOST_THREAD_RV(other).m=0;
- }BOOST_THREAD_EXPLICIT_LOCK_CONVERSION unique_lock(BOOST_THREAD_RV_REF_BEG upgrade_lock<Mutex> BOOST_THREAD_RV_REF_END other);
+ }
+
+ BOOST_THREAD_EXPLICIT_LOCK_CONVERSION unique_lock(BOOST_THREAD_RV_REF_BEG upgrade_lock<Mutex> BOOST_THREAD_RV_REF_END other);
 
 #ifndef BOOST_THREAD_PROVIDES_EXPLICIT_LOCK_CONVERSION
     unique_lock& operator=(BOOST_THREAD_RV_REF_BEG upgrade_lock<Mutex> BOOST_THREAD_RV_REF_END other) BOOST_NOEXCEPT


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