Title
Description of subaggregate initializer
Status
tc1
Section
9.4.2 [dcl.init.aggr]
Submitter
Mike Miller

Created on 1999-08-12.00:00:00 last changed 255 months ago

Messages

Date: 1999-10-15.00:00:00

Proposed resolution (10/99): replace the quoted words with:

When an aggregate is initialized the initializer can contain an initializer-clause consisting of a brace-enclosed, comma-separated list of initializer-clauses for the members of the aggregate.
Date: 2022-11-20.07:54:16

9.4.2 [dcl.init.aggr] paragraph 2 says,

When an aggregate is initialized the initializer can be an initializer-clause consisting of a brace-enclosed, comma-separated list of initializers for the members of the aggregate.
Neither of these uses of the syntactic nonterminal initializer corresponds to the grammar:
    initializer:
      = initializer-clause
      ( expression-list )

Proposed resolution (10/99): replace the quoted words with:

When an aggregate is initialized the initializer can contain an initializer-clause consisting of a brace-enclosed, comma-separated list of initializer-clauses for the members of the aggregate.
History
Date User Action Args
2003-04-25 00:00:00adminsetstatus: dr -> tc1
2000-02-23 00:00:00adminsetmessages: + msg299
2000-02-23 00:00:00adminsetstatus: open -> dr
1999-08-12 00:00:00admincreate