Subject: [Boost-bugs] [Boost C++ Libraries] #6270: c++11 complicance: Add thread constructor from movable callable and movable arguments
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-14 22:39:59
#6270: c++11 complicance: Add thread constructor from movable callable and movable
arguments
------------------------------+---------------------------------------------
Reporter: viboes | Owner: anthonyw
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
In order to be standard compliant the thread destructor should call
terminate if joinable instead of detaching the thread.
"30.3.1.2 thread constructors [thread.thread.constr]
template <class F, class ...Args> explicit thread(F&& f, Args&&... args);
Requires: F and each Ti in Args shall satisfy the MoveConstructible
requirements."
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6270> 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:08 UTC