Skip to content

Commit 3ac8fd5

Browse files
committed
[expr.delete] Move footnote to more appropriate place.
Fixes #314.
1 parent cc8c491 commit 3ac8fd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/expressions.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3279,10 +3279,11 @@
32793279
The operand shall be of pointer to object type or of class type. If of
32803280
class type, the operand is contextually implicitly converted
32813281
(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
3282+
type.\footnote{This implies that an object
32843283
cannot be deleted using a pointer of type
32853284
\tcode{void*} because \tcode{void} is not an object type.}
3285+
The \grammarterm{delete-expression}'s result has type
3286+
\tcode{void}.
32863287

32873288
\pnum
32883289
\indextext{\idxcode{delete}!object}

0 commit comments

Comments
 (0)