Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77841 - trunk/libs/thread/example
From: vicente.botet_at_[hidden]
Date: 2012-04-08 16:56:35


Author: viboes
Date: 2012-04-08 16:56:34 EDT (Sun, 08 Apr 2012)
New Revision: 77841
URL: http://svn.boost.org/trac/boost/changeset/77841

Log:
Thread: Fix type
Text files modified:
   trunk/libs/thread/example/shared_mutex.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/thread/example/shared_mutex.cpp
==============================================================================
--- trunk/libs/thread/example/shared_mutex.cpp (original)
+++ trunk/libs/thread/example/shared_mutex.cpp 2012-04-08 16:56:34 EDT (Sun, 08 Apr 2012)
@@ -3,9 +3,9 @@
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#define BOOST_THREAD_SHARED_MUTEX_PROVIDES_UPWARDS_CONVERSION
+#define BOOST_THREAD_PROVIDES_SHARED_MUTEX_UPWARDS_CONVERSIONS
 #define BOOST_THREAD_PROVIDES_EXPLICIT_LOCK_CONVERSION
-#define BOOST_THREAD_SHARED_MUTEX_GENERIC
+#define BOOST_THREAD_DONT_PROVIDE_GENERIC_SHARED_MUTEX_ON_WIN
 
 #include <iostream>
 #include <boost/thread/mutex.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