Skip to content

Commit f8468b9

Browse files
eisenwavetkoeppe
authored andcommitted
[expr.cond] itemize p4
1 parent 609068d commit f8468b9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/expressions.tex

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7074,19 +7074,22 @@
70747074

70757075
Using this process, it is determined whether an implicit conversion
70767076
sequence can be formed from the second operand
7077-
to the target type determined for the third operand, and vice versa.
7078-
If both sequences can be formed, or one can be formed but it is the
7077+
to the target type determined for the third operand, and vice versa,
7078+
with the following outcome:
7079+
\begin{itemize}
7080+
\item If both sequences can be formed, or one can be formed but it is the
70797081
ambiguous conversion sequence, the program is ill-formed.
7080-
If no conversion sequence can be formed, the operands are left unchanged
7082+
\item If no conversion sequence can be formed, the operands are left unchanged
70817083
and further checking is performed as described below.
7082-
Otherwise, if exactly one conversion sequence can be formed,
7084+
\item Otherwise, if exactly one conversion sequence can be formed,
70837085
that conversion is applied to the chosen operand
70847086
and the converted operand is used in place of the original operand for
70857087
the remainder of this subclause.
70867088
\begin{note}
70877089
The conversion might be ill-formed even if an implicit conversion
70887090
sequence could be formed.
70897091
\end{note}
7092+
\end{itemize}
70907093

70917094
\pnum
70927095
If the second and third operands are glvalues of the same value category

0 commit comments

Comments
 (0)