Title
Make thread constructor non-variadic
Status
nad
Section
[thread.thread.constr]
Submitter
Howard Hinnant

Created on 2009-07-18.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

The (tentative) concensus of the LWG is to keep the variadic thread constructor.

Date: 2009-11-17.00:00:00

[ 2009-11-17 Moved to Tentatively NAD after 5 positive votes on c++std-lib. Rationale added below. ]

Date: 2009-07-18.00:00:00

The variadic thread constructor is causing controversy, e.g. N2901. This issue has been created as a placeholder for this course of action.

template <class F, class ...Args> thread(F&& f, Args&&... args);

See 929 for wording which specifies an rvalue-ref signature but with "decay behavior", but using variadics.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1021
2010-10-21 18:28:33adminsetmessages: + msg1020
2009-07-18 00:00:00admincreate