File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 7058
7058
formed and at least one of the operands has (possibly cv-qualified) class type:
7059
7059
\begin {itemize }
7060
7060
\item if \tcode {T1} and \tcode {T2} are the same class type
7061
- (ignoring cv-qualification) and
7062
- \tcode {T2} is at least as cv-qualified as \tcode {T1},
7063
- the target type is \tcode {T2},
7061
+ (ignoring cv-qualification):
7062
+ \begin {itemize }
7063
+ \item
7064
+ if \tcode {T2} is at least as cv-qualified as \tcode {T1},
7065
+ the target type is \tcode {T2},
7066
+ \item
7067
+ otherwise, no conversion sequence is formed for this operand;
7068
+ \end {itemize }
7064
7069
7065
7070
\item otherwise, if \tcode {T2} is a base class of \tcode {T1},
7066
7071
the target type is \cvqual {cv1} \tcode {T2}, where \cvqual {cv1}
7067
- denotes the cv-qualifiers of \tcode {T1},
7072
+ denotes the cv-qualifiers of \tcode {T1};
7068
7073
7069
7074
\item otherwise, the target type is the type that \tcode {E2} would have
7070
7075
after applying the
You can’t perform that action at this time.
0 commit comments