Skip to content

Commit 31ff201

Browse files
burblebeetkoeppe
authored andcommitted
[expr.unary.noexcept] Fix reference to "unevaluated operand" added in CWG2792.
1 parent 084900d commit 31ff201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5063,7 +5063,7 @@
50635063

50645064
\pnum
50655065
The operand of the \keyword{noexcept} operator
5066-
is an unevaluated operand\iref{expr.context}.
5066+
is an unevaluated operand\iref{term.unevaluated.operand}.
50675067
If the operand is a prvalue,
50685068
the temporary materialization conversion\iref{conv.rval} is applied.
50695069

0 commit comments

Comments
 (0)