Title
braced-init-list as a default argument
Status
c++11
Section
9.3.4.6 [dcl.fct]
Submitter
Daniel Krügler

Created on 2009-10-25.00:00:00 last changed 123 months ago

Messages

Date: 2010-11-15.00:00:00

[Voted into the WP at the November, 2010 meeting.]

Date: 2010-11-15.00:00:00

Proposed resolution (November, 2010):

See paper N3217.

Date: 2010-10-15.00:00:00

Note (October, 2010):

Additional discussion has indicated a potential willingness to revisit this question.

Date: 2010-08-15.00:00:00

Rationale (August, 2010):

This was previously considered and rejected by EWG.

Date: 2022-11-20.07:54:16

It seems strange that it is possible to call a function with an explict argument of {} but that it is not possible to specify that same argument as a default in a function declaration.

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: fdis -> c++11
2011-04-10 00:00:00adminsetstatus: dr -> fdis
2010-11-29 00:00:00adminsetmessages: + msg3173
2010-11-29 00:00:00adminsetmessages: + msg3172
2010-11-29 00:00:00adminsetstatus: open -> dr
2010-10-18 00:00:00adminsetmessages: + msg3029
2010-10-18 00:00:00adminsetstatus: nad -> open
2010-08-23 00:00:00adminsetmessages: + msg2946
2010-08-23 00:00:00adminsetstatus: open -> nad
2009-10-25 00:00:00admincreate