File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2671
2671
result is an xvalue of the type referred to by \tcode {T}.
2672
2672
2673
2673
\pnum
2674
- If the type of \tcode {v} is the same as \tcode {T}, or it is
2675
- the same as \tcode {T} except that the class object type in \tcode {T} is
2676
- more cv-qualified than the class object type in \tcode {v}, the result is
2674
+ If the type of \tcode {v} is the same as \tcode {T} (ignoring cv-qualifications),
2675
+ the result is
2677
2676
\tcode {v} (converted if necessary).
2678
2677
2679
2678
\pnum
2693
2692
\tcode {v} can contain other \tcode {B} objects as base classes, but these
2694
2693
are ignored.}
2695
2694
In both the pointer and
2696
- reference cases, the program is ill-formed if \cvqual {cv2} has greater
2697
- cv-qualification than \cvqual {cv1} or if \tcode {B} is an inaccessible or
2695
+ reference cases, the program is ill-formed if \tcode {B} is an inaccessible or
2698
2696
ambiguous base class of \tcode {D}.
2699
2697
\begin {example }
2700
2698
You can’t perform that action at this time.
0 commit comments