File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999\p If the target object is an array of unknown size, the object is assumed to
100100have \( m\) possible elements during parsing, where \( m>0\) .
101101
102- \p An initializer-list is a valid initializer if for each element \( E_n\mod {}m\)
103- in the target object's flattened ordering there is a corresponding initializer
104- \( I_n\) in the flattened initializer sequence which can be implicitly converted
105- to the element's type. For arrays of unknown size the total number of
106- initializers must be a multiple of the array's base element type.
102+ \p An initializer-list is a valid initializer if for each element
103+ \( E_{n\mod {}m?}\) in the target object's flattened ordering there is a
104+ corresponding initializer \( I_n\) in the flattened initializer sequence, which
105+ can be implicitly converted to the element's type. For arrays of unknown size,
106+ the total number of initializers must be a multiple of the array's base element
107+ type.
107108
108109\p An initializer-list is invalid if the flattened initializer sequence contains
109110more or fewer elements than the target object's flattened ordering, or if any
You can’t perform that action at this time.
0 commit comments