Skip to content

Commit f3edbf7

Browse files
committed
Change _expression_ to operand in P/R of 4536;
1 parent bd2bdcb commit f3edbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4536.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To test() {
123123
[<i>Note 4:</i> &hellip; &mdash; <i>end note</i>]
124124
<p/>
125125
Access checking is performed in a context unrelated to `To` and `From`.
126-
<ins>The <i>expression</i> of the `return` statement
126+
<ins>The operand of the `return` statement
127127
(including initialization of the returned object or reference, if any)
128128
is treated as an unevaluated operand (<sref ref="[expr.context]"/>), and only the validity of its immediate context is considered.</ins>
129129
<del>Only the validity of the immediate context of the <i>expression</i> of the `return` statement (<sref ref="[stmt.return]"/>)

0 commit comments

Comments
 (0)