Skip to content

Commit 0c95d56

Browse files
sdkrystianzygoloid
authored andcommitted
[expr.static.cast] Remove unused cv-qualifier notation
1 parent 6e10c48 commit 0c95d56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/expressions.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3701,10 +3701,9 @@
37013701

37023702
\pnum
37033703
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,
37083707
the result refers to the object or the specified base class subobject
37093708
thereof; otherwise, the lvalue-to-rvalue conversion\iref{conv.lval}
37103709
is applied to the bit-field and the resulting prvalue is used as the

0 commit comments

Comments
 (0)