Skip to content

Commit 55d959d

Browse files
author
Dawn Perchik
committed
CWG2226 Xvalues vs lvalues in conditional expressions
1 parent 12a2e08 commit 55d959d

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
@@ -5409,7 +5409,7 @@
54095409
\item If \tcode{E2} is an lvalue, the target type is
54105410
``lvalue reference to \tcode{T2}'', subject to the
54115411
constraint that in the conversion the reference must bind
5412-
directly\iref{dcl.init.ref} to an lvalue.
5412+
directly\iref{dcl.init.ref} to a glvalue.
54135413

54145414
\item If \tcode{E2} is an xvalue, the target type is
54155415
``rvalue reference to \tcode{T2}'',

0 commit comments

Comments
 (0)