Skip to content

Commit 2a74dc7

Browse files
authored
[expr.sub] Add missing cross-references (#7688)
1 parent e004e78 commit 2a74dc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/expressions.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -3486,12 +3486,12 @@
34863486
a possibly empty, comma-separated list of \grammarterm{initializer-clause}s
34873487
that constitute the arguments to the subscript operator.
34883488
The \grammarterm{postfix-expression} and
3489-
the initialization of the object parameter of
3490-
any applicable subscript operator function is sequenced before
3489+
the initialization of the object parameter\iref{dcl.fct} of
3490+
any applicable subscript operator function\iref{over.sub} is sequenced before
34913491
each expression in the \grammarterm{expression-list} and also before
3492-
any default argument.
3492+
any default argument\iref{dcl.fct.default}.
34933493
The initialization of a non-object parameter of
3494-
a subscript operator function \tcode{S}\iref{over.sub},
3494+
a subscript operator function \tcode{S},
34953495
including every associated value computation and side effect,
34963496
is indeterminately sequenced with respect to that of
34973497
any other non-object parameter of \tcode{S}.

0 commit comments

Comments
 (0)