Skip to content

Commit 5ac1488

Browse files
committed
CWG3116 First element of an array
1 parent 3d1de3a commit 5ac1488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/declarations.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,6 +3549,8 @@
35493549
of \tcode{N} subobjects of type \tcode{U},
35503550
known as the \defnx{elements}{array!element} of the array,
35513551
and numbered \tcode{0} to \tcode{N-1}.
3552+
The element numbered \tcode{0} is termed
3553+
the \defnx{first element}{array!first element} of the array.
35523554

35533555
\pnum
35543556
In addition to declarations in which an incomplete object type is allowed,

0 commit comments

Comments
 (0)