Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77929 - trunk/libs/thread/example
From: vicente.botet_at_[hidden]
Date: 2012-04-12 04:06:15


Author: viboes
Date: 2012-04-12 04:06:13 EDT (Thu, 12 Apr 2012)
New Revision: 77929
URL: http://svn.boost.org/trac/boost/changeset/77929

Log:
Thread: Fix typo
Text files modified:
   trunk/libs/thread/example/shared_mutex.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 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-12 04:06:13 EDT (Thu, 12 Apr 2012)
@@ -5,7 +5,7 @@
 
 #define BOOST_THREAD_PROVIDES_SHARED_MUTEX_UPWARDS_CONVERSIONS
 #define BOOST_THREAD_PROVIDES_EXPLICIT_LOCK_CONVERSION
-#define BOOST_THREAD_DONT_PROVIDE_GENERIC_SHARED_MUTEX_ON_WIN
+#define BOOST_THREAD_PROVIDES_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