$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83908 - in trunk/libs/thread: build src
From: vicente.botet_at_[hidden]
Date: 2013-04-14 18:34:10
Author: viboes
Date: 2013-04-14 18:34:10 EDT (Sun, 14 Apr 2013)
New Revision: 83908
URL: http://svn.boost.org/trac/boost/changeset/83908
Log:
Thread: #6966.
Text files modified: 
   trunk/libs/thread/build/Jamfile.v2 |     4 +++-                                    
   trunk/libs/thread/src/future.cpp   |     2 ++                                      
   2 files changed, 5 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2	(original)
+++ trunk/libs/thread/build/Jamfile.v2	2013-04-14 18:34:10 EDT (Sun, 14 Apr 2013)
@@ -279,6 +279,7 @@
       win32/thread.cpp
       win32/tss_dll.cpp
       win32/tss_pe.cpp
+      future.cpp
     : ## requirements ##
       <threadapi>win32
     ;
@@ -287,6 +288,7 @@
     : ## pthread sources ##
       pthread/thread.cpp
       pthread/once.cpp
+      future.cpp
     : ## requirements ##
       <threadapi>pthread
     ;
@@ -294,7 +296,7 @@
 explicit thread_sources ;
 
 lib boost_thread
-    : thread_sources future.cpp
+    : thread_sources
     : <conditional>@requirements
     :
     : <link>shared:<define>BOOST_THREAD_USE_DLL=1
Modified: trunk/libs/thread/src/future.cpp
==============================================================================
--- trunk/libs/thread/src/future.cpp	(original)
+++ trunk/libs/thread/src/future.cpp	2013-04-14 18:34:10 EDT (Sun, 14 Apr 2013)
@@ -51,6 +51,7 @@
     future_error_category future_error_category_var;
   }
 
+  BOOST_THREAD_DECL
   const system::error_category&
   future_category() BOOST_NOEXCEPT
   {
@@ -59,3 +60,4 @@
 
 }
 #endif
+