$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82647 - trunk/libs/thread/example
From: vicente.botet_at_[hidden]
Date: 2013-01-27 16:24:38
Author: viboes
Date: 2013-01-27 16:24:38 EST (Sun, 27 Jan 2013)
New Revision: 82647
URL: http://svn.boost.org/trac/boost/changeset/82647
Log:
Thread: update perf shared_mutex file
Text files modified: 
   trunk/libs/thread/example/perf_shared_mutex.cpp |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/example/perf_shared_mutex.cpp
==============================================================================
--- trunk/libs/thread/example/perf_shared_mutex.cpp	(original)
+++ trunk/libs/thread/example/perf_shared_mutex.cpp	2013-01-27 16:24:38 EST (Sun, 27 Jan 2013)
@@ -8,7 +8,6 @@
 // This performance test is based on the performance test provided by maxim.yegorushkin
 // at https://svn.boost.org/trac/boost/ticket/7422
 
-#define BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS
 #define BOOST_THREAD_USES_CHRONO
 
 #include <iostream>