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 90c486f commit 737fac9Copy full SHA for 737fac9
source/expressions.tex
@@ -3639,11 +3639,10 @@
3639
\pnum
3640
\begin{note}
3641
An implementation provides default definitions of the global
3642
-deallocation functions \tcode{operator delete()} for
+deallocation functions \tcode{operator delete} for
3643
non-arrays~(\ref{new.delete.single}) and
3644
-\indextext{operator |see{\tcode{delete}}}%
3645
\indextext{\idxcode{operator delete}}%
3646
-\tcode{operator delete[]()} for arrays~(\ref{new.delete.array}). A \Cpp
+\tcode{operator delete[]} for arrays~(\ref{new.delete.array}). A \Cpp
3647
program can provide alternative definitions of these
3648
functions~(\ref{replacement.functions}), and/or class-specific
3649
versions~(\ref{class.free}).
0 commit comments