$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82368 - trunk/boost/thread/detail
From: vicente.botet_at_[hidden]
Date: 2013-01-05 17:55:51
Author: viboes
Date: 2013-01-05 17:55:50 EST (Sat, 05 Jan 2013)
New Revision: 82368
URL: http://svn.boost.org/trac/boost/changeset/82368
Log:
Thread: try to see if this solves some vacpp issues
Text files modified: 
   trunk/boost/thread/detail/thread.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/thread/detail/thread.hpp
==============================================================================
--- trunk/boost/thread/detail/thread.hpp	(original)
+++ trunk/boost/thread/detail/thread.hpp	2013-01-05 17:55:50 EST (Sat, 05 Jan 2013)
@@ -767,7 +767,7 @@
         else
         {
           BOOST_THREAD_THROW_ELSE_RETURN(
-            thread_resource_error(system::errc::invalid_argument, "boost thread: thread not joinable"),
+            (thread_resource_error(system::errc::invalid_argument, "boost thread: thread not joinable")),
             false
           );
         }