Subject: [Boost-bugs] [Boost C++ Libraries] #9094: Missing boot::thread::thread(detail::thread_data_ptr data) constructor implementation for pthreads
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-09 12:26:04
#9094: Missing boot::thread::thread(detail::thread_data_ptr data) constructor
implementation for pthreads
---------------------------------+----------------------
Reporter: leonardo@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.54.0 | Severity: Problem
Keywords: thread, constructor |
---------------------------------+----------------------
pthread's implementation of thread.cpp missing
thread::thread(detail::thread_data_ptr data) constructor implementation.
I have copied implementation from win32-version of thread.cpp and all
going ok:
{{{
thread::thread(detail::thread_data_ptr data):
thread_info(data)
{}
}}}
Please, fix this little bug in new release if possible.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9094> 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:14 UTC