We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625a505 commit 4692d27Copy full SHA for 4692d27
source/expressions.tex
@@ -1770,11 +1770,11 @@
1770
1771
\pnum
1772
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
+the type conversion expression is equivalent
+to the corresponding cast
1775
expression~(\ref{expr.cast}).
1776
\indextext{type!incomplete}%
1777
-If the type is \cv{}~\tcode{void}
+Otherwise, if the type is \cv{}~\tcode{void}
1778
and the initializer is \tcode{()},
1779
the expression is a prvalue of the specified type
1780
that performs no initialization.
0 commit comments