Skip to content

Commit 737fac9

Browse files
jensmaurertkoeppe
authored andcommitted
[expr.delete] Remove bad index entry and fix naming of global deallocation functions. (#1447)
Fixes #1417.
1 parent 90c486f commit 737fac9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/expressions.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,11 +3639,10 @@
36393639
\pnum
36403640
\begin{note}
36413641
An implementation provides default definitions of the global
3642-
deallocation functions \tcode{operator delete()} for
3642+
deallocation functions \tcode{operator delete} for
36433643
non-arrays~(\ref{new.delete.single}) and
3644-
\indextext{operator |see{\tcode{delete}}}%
36453644
\indextext{\idxcode{operator delete}}%
3646-
\tcode{operator delete[]()} for arrays~(\ref{new.delete.array}). A \Cpp
3645+
\tcode{operator delete[]} for arrays~(\ref{new.delete.array}). A \Cpp
36473646
program can provide alternative definitions of these
36483647
functions~(\ref{replacement.functions}), and/or class-specific
36493648
versions~(\ref{class.free}).

0 commit comments

Comments
 (0)