Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9632: public method start_thread in boost::thread class
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-02-08 15:30:45
#9632: public method start_thread in boost::thread class
-------------------------------+----------------------
Reporter: dinazil@⦠| Owner: viboes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by viboes):
This patch should solve the issue.
{{{
git diff ../include/boost/thread/detail/thread.hpp
diff --git a/include/boost/thread/detail/thread.hpp
b/include/boost/thread/detail/thread.hpp
index 2434723..5053b8d 100644
--- a/include/boost/thread/detail/thread.hpp
+++ b/include/boost/thread/detail/thread.hpp
@@ -172,7 +172,7 @@ namespace boost
private:
bool start_thread_noexcept();
bool start_thread_noexcept(const attributes& attr);
- public:
+ //public:
void start_thread()
{
if (!start_thread_noexcept())
}}}
Please, could you confirm if you don't find any regression with it?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9632#comment:2> 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:15 UTC