File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6436
6436
6437
6437
\begin {itemize }
6438
6438
\item If \tcode {E2} is an lvalue, the target type is
6439
- `` lvalue reference to \tcode {T2}'' , subject to the
6440
- constraint that in the conversion the reference binds
6441
- directly\iref {dcl.init.ref } to a glvalue.
6439
+ `` lvalue reference to \tcode {T2}'' ,
6440
+ but an implicit conversion sequence can only be formed
6441
+ if the reference would bind directly\iref {dcl.init.ref }
6442
+ to a glvalue.
6442
6443
6443
6444
\item If \tcode {E2} is an xvalue, the target type is
6444
6445
`` rvalue reference to \tcode {T2}'' ,
6445
- subject to the constraint that the reference binds directly.
6446
+ but an implicit conversion sequence can only be formed
6447
+ if the reference would bind directly.
6446
6448
6447
6449
\item If \tcode {E2} is a prvalue or if neither of the conversion sequences above can be
6448
6450
formed and at least one of the operands has (possibly cv-qualified) class type:
You can’t perform that action at this time.
0 commit comments