Skip to content

Commit dc1847c

Browse files
committed
[expr.sub] Add missing cross-references
1 parent 10468bf commit dc1847c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/expressions.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3241,12 +3241,12 @@
32413241
a possibly empty, comma-separated list of \grammarterm{initializer-clause}s
32423242
that constitute the arguments to the subscript operator.
32433243
The \grammarterm{postfix-expression} and
3244-
the initialization of the object parameter of
3245-
any applicable subscript operator function is sequenced before
3244+
the initialization of the object parameter\iref{dcl.fct} of
3245+
any applicable subscript operator function\iref{over.sub} is sequenced before
32463246
each expression in the \grammarterm{expression-list} and also before
3247-
any default argument.
3247+
any default argument\iref{dcl.fct.default}.
32483248
The initialization of a non-object parameter of
3249-
a subscript operator function \tcode{S}\iref{over.sub},
3249+
a subscript operator function \tcode{S},
32503250
including every associated value computation and side effect,
32513251
is indeterminately sequenced with respect to that of
32523252
any other non-object parameter of \tcode{S}.
@@ -3257,7 +3257,7 @@
32573257
consisting of a single \grammarterm{assignment-expression}.
32583258
One of the expressions shall be a glvalue of type ``array of
32593259
\tcode{T}'' or a prvalue of type ``pointer
3260-
to \tcode{T}'' and the other shall be a prvalue of unscoped enumeration or integral type.
3260+
to \tcode{T}'' and the other shall be a prvalue of unscoped enumeration\iref{dcl.enum} or integral type.
32613261
The result is of type ``\tcode{T}''.
32623262
\indextext{type!incomplete}%
32633263
The type ``\tcode{T}'' shall be a completely-defined object type.%

0 commit comments

Comments
 (0)