Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2728: Missing BOOST_THREAD_DECL for boost::detail::add_thread_exit_function(
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-23 20:32:41
#2728: Missing BOOST_THREAD_DECL for boost::detail::add_thread_exit_function(
----------------------------------------------+-----------------------------
Reporter: chanop.silpa-anan@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: thread
Version: Boost 1.37.0 | Severity: Problem
Keywords: |
----------------------------------------------+-----------------------------
Comment(by glimberg@â¦):
This bug is still present in boost 1.42. To fix, the following patch
needs to be applied on boost/thread/detail/thread.hpp:
Index: thread.hpp
===================================================================
--- thread.hpp
+++ thread.hpp
@@ -464,7 +464,7 @@
}
};
- void add_thread_exit_function(thread_exit_function_base*);
+ void BOOST_THREAD_DECL
add_thread_exit_function(thread_exit_function_base*);
}
namespace this_thread
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2728#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC