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 64333d2 commit bbca26cCopy full SHA for bbca26c
source/expressions.tex
@@ -2185,11 +2185,11 @@
2185
2186
\pnum
2187
If the initializer is a parenthesized single expression,
2188
-the type conversion expression is equivalent (in
2189
-definedness, and if defined in meaning) to the corresponding cast
+the type conversion expression is equivalent
+to the corresponding cast
2190
expression~(\ref{expr.cast}).
2191
\indextext{type!incomplete}%
2192
-If the type is \cv{}~\tcode{void}
+Otherwise, if the type is \cv{}~\tcode{void}
2193
and the initializer is \tcode{()},
2194
the expression is a prvalue of the specified type
2195
that performs no initialization.
0 commit comments