Title
Kinds of initializers
Status
c++11
Section
9.4 [dcl.init]
Submitter
Johannes Schaub

Created on 2010-10-30.00:00:00 last changed 123 months ago

Messages

Date: 2011-03-15.00:00:00

[Voted into the WP at the March, 2011 meeting as part of paper N3262.]

Date: 2010-10-30.00:00:00

9.4 [dcl.init] paragraph 16 describes three kinds of initializers: a single expression, a braced-init-list, and a parenthesized list of expressions. It is not clear which, if any, of these categories is the appropriate description for an initializer like

    T t( { 1, 2 } )

and thus not clear which of the bullets in the list applies.

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: fdis -> c++11
2011-04-10 00:00:00adminsetmessages: + msg3346
2011-04-10 00:00:00adminsetstatus: drafting -> fdis
2010-10-30 00:00:00admincreate