Skip to content

Commit 4692d27

Browse files
committed
[expr.type.conv] Clarify if ... otherwise ladder.
Fixes #1591.
1 parent 625a505 commit 4692d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,11 +1770,11 @@
17701770

17711771
\pnum
17721772
If the initializer is a parenthesized single expression,
1773-
the type conversion expression is equivalent (in
1774-
definedness, and if defined in meaning) to the corresponding cast
1773+
the type conversion expression is equivalent
1774+
to the corresponding cast
17751775
expression~(\ref{expr.cast}).
17761776
\indextext{type!incomplete}%
1777-
If the type is \cv{}~\tcode{void}
1777+
Otherwise, if the type is \cv{}~\tcode{void}
17781778
and the initializer is \tcode{()},
17791779
the expression is a prvalue of the specified type
17801780
that performs no initialization.

0 commit comments

Comments
 (0)