Title
FCD function does not need an explicit default constructor
Status
c++11
Section
[func.wrap.func.con]
Submitter
Japan

Created on 2010-08-25.00:00:00 last changed 154 months ago

Messages

Date: 2011-05-21.21:15:19

Proposed resolution:

Remove explicit.

function();
template <class A>
function(allocator_arg_t, const A& a);
Date: 2010-10-24.10:50:39

[ Resolved in Rapperswil by a motion to directly apply the words from the ballot comment in N3102. ]

Date: 2010-10-24.10:50:39

Addresses JP-4

Really does the function require that default constructor is explicit?

History
Date User Action Args
2011-08-23 20:07:26adminsetstatus: wp -> c++11
2010-10-24 10:50:39adminsetmessages: + msg5016
2010-10-24 10:50:39adminsetstatus: nad editorial -> wp
2010-10-21 19:47:27adminsetmessages: + msg4808
2010-08-25 00:00:00admincreate