Skip to content

Commit 5616905

Browse files
jensmaurerzygoloid
authored andcommitted
CWG2359 Unintended copy initialization with designated initializers
1 parent b188b0d commit 5616905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3017,7 +3017,7 @@
30173017
\item
30183018
Otherwise, the element is copy-initialized
30193019
from the corresponding \grammarterm{initializer-clause}
3020-
or the \grammarterm{brace-or-equal-initializer}
3020+
or is initialized with the \grammarterm{brace-or-equal-initializer}
30213021
of the corresponding \grammarterm{designated-initializer-clause}.
30223022
If that initializer is of the form
30233023
\grammarterm{assignment-expression} or

0 commit comments

Comments
 (0)