$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80041 - trunk/boost/thread
From: vicente.botet_at_[hidden]
Date: 2012-08-15 05:59:32
Author: viboes
Date: 2012-08-15 05:59:32 EDT (Wed, 15 Aug 2012)
New Revision: 80041
URL: http://svn.boost.org/trac/boost/changeset/80041
Log:
Thread: apply fix for 7220
Text files modified: 
   trunk/boost/thread/future.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/thread/future.hpp
==============================================================================
--- trunk/boost/thread/future.hpp	(original)
+++ trunk/boost/thread/future.hpp	2012-08-15 05:59:32 EDT (Wed, 15 Aug 2012)
@@ -106,14 +106,14 @@
 
   namespace system
   {
-    inline BOOST_THREAD_DECL
+    inline
     error_code
     make_error_code(future_errc e)
     {
         return error_code(underlying_cast<int>(e), boost::future_category());
     }
 
-    inline BOOST_THREAD_DECL
+    inline
     error_condition
     make_error_condition(future_errc e)
     {