Skip to content

Commit 55c0930

Browse files
JohelEGPtkoeppe
authored andcommitted
[dcl.struct.bind] Use conventional indexing markup
1 parent 6e58b9d commit 55c0930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6629,7 +6629,7 @@
66296629
\pnum
66306630
If \tcode{E} is an array type with element type \tcode{T}, the number
66316631
of elements in the \grammarterm{identifier-list} shall be equal to the
6632-
number of elements of \tcode{E}. Each \tcode{v}$_i$ is the name of an
6632+
number of elements of \tcode{E}. Each $\tcode{v}_i$ is the name of an
66336633
lvalue that refers to the element $i$ of the array and whose type
66346634
is \tcode{T}; the referenced type is \tcode{T}.
66356635
\begin{note}
@@ -6698,7 +6698,7 @@
66986698
Designating the non-static data members of \tcode{E} as
66996699
$\tcode{m}_0$, $\tcode{m}_1$, $\tcode{m}_2, \dotsc$
67006700
(in declaration order),
6701-
each \tcode{v}$_i$ is the
6701+
each $\tcode{v}_i$ is the
67026702
name of an lvalue that refers to the member \tcode{m}$_i$ of \exposid{e} and
67036703
whose type is
67046704
that of \tcode{\exposidnc{e}.$\tcode{m}_i$}\iref{expr.ref};

0 commit comments

Comments
 (0)