We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710165c commit 6d16a6aCopy full SHA for 6d16a6a
source/declarations.tex
@@ -4366,8 +4366,8 @@
4366
Let $x_1$, $\dotsc$, $x_k$ be
4367
the elements of the \grammarterm{expression-list}.
4368
If the destination type is an array of unknown bound,
4369
-it is defined as having $k$ elements;
4370
-either way, let $n$ denote the array size.
+it is defined as having $k$ elements.
+Let $n$ denote the array size after this potential adjustment.
4371
If $k$ is greater than the size of the array,
4372
the program is ill-formed.
4373
Otherwise, the $i^\text{th}$ array element is copy-initialized with
0 commit comments