Skip to content

Commit 9f16f5a

Browse files
jensmaurerzygoloid
authored andcommitted
[expr] Use 'possibly converted' for discarded-value expression.
Fixes #1597.
1 parent 8d7a1a7 commit 9f16f5a

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
@@ -238,7 +238,7 @@
238238
\begin{note} Using an overloaded operator causes a function call; the
239239
above covers only operators with built-in meaning.
240240
\end{note}
241-
If the expression is a prvalue after this optional conversion,
241+
If the (possibly converted) expression is a prvalue,
242242
the temporary materialization conversion~(\ref{conv.rval}) is applied.
243243
\begin{note}
244244
If the expression is an lvalue of

0 commit comments

Comments
 (0)