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 cc8c491 commit 3ac8fd5Copy full SHA for 3ac8fd5
source/expressions.tex
@@ -3279,10 +3279,11 @@
3279
The operand shall be of pointer to object type or of class type. If of
3280
class type, the operand is contextually implicitly converted
3281
(Clause~\ref{conv}) to a pointer to object
3282
-type. The \grammarterm{delete-expression}'s result has type
3283
-\tcode{void}.\footnote{This implies that an object
+type.\footnote{This implies that an object
3284
cannot be deleted using a pointer of type
3285
\tcode{void*} because \tcode{void} is not an object type.}
+The \grammarterm{delete-expression}'s result has type
3286
+\tcode{void}.
3287
3288
\pnum
3289
\indextext{\idxcode{delete}!object}
0 commit comments