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 7056
7056
formed and at least one of the operands has (possibly cv-qualified) class type:
7057
7057
\begin {itemize }
7058
7058
\item if \tcode {T1} and \tcode {T2} are the same class type
7059
- (ignoring cv-qualification) and
7060
- \tcode {T2} is at least as cv-qualified as \tcode {T1},
7061
- the target type is \tcode {T2},
7059
+ (ignoring cv-qualification):
7060
+ \begin {itemize }
7061
+ \item
7062
+ if \tcode {T2} is at least as cv-qualified as \tcode {T1},
7063
+ the target type is \tcode {T2},
7064
+ \item
7065
+ otherwise, no conversion sequence is formed for this operand;
7066
+ \end {itemize }
7062
7067
7063
7068
\item otherwise, if \tcode {T2} is a base class of \tcode {T1},
7064
7069
the target type is \cvqual {cv1} \tcode {T2}, where \cvqual {cv1}
7065
- denotes the cv-qualifiers of \tcode {T1},
7070
+ denotes the cv-qualifiers of \tcode {T1};
7066
7071
7067
7072
\item otherwise, the target type is the type that \tcode {E2} would have
7068
7073
after applying the
You can’t perform that action at this time.
0 commit comments