File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3701
3701
3702
3702
\pnum
3703
3703
An lvalue
3704
- of type `` \cvqual {cv1} \tcode {T1}'' can be cast to type `` rvalue
3705
- reference to \cvqual {cv2} \tcode {T2}'' if `` \cvqual {cv2} \tcode {T2}'' is
3706
- reference-compatible with `` \cvqual {cv1}
3707
- \tcode {T1}'' \iref {dcl.init.ref }. If the value is not a bit-field,
3704
+ of type \tcode {T1} can be cast to type `` rvalue
3705
+ reference to \tcode {T2}'' if \tcode {T2} is reference-compatible with
3706
+ \tcode {T1}\iref {dcl.init.ref }. If the value is not a bit-field,
3708
3707
the result refers to the object or the specified base class subobject
3709
3708
thereof; otherwise, the lvalue-to-rvalue conversion\iref {conv.lval }
3710
3709
is applied to the bit-field and the resulting prvalue is used as the
You can’t perform that action at this time.
0 commit comments