Skip to content

Commit 945110a

Browse files
committed
[basic.stc.dynamic.general] Fix index entries for de/allocation function
Make the entries for 'allocation function' and 'deallocation function' singular.
1 parent b254d40 commit 945110a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/basic.tex

+7-4
Original file line numberDiff line numberDiff line change
@@ -3810,10 +3810,13 @@
38103810
\grammarterm{new-expression}{s}\iref{expr.new}, and destroyed using
38113811
\indextext{\idxcode{delete}}%
38123812
\grammarterm{delete-expression}{s}\iref{expr.delete}. A \Cpp{} implementation
3813-
provides access to, and management of, dynamic storage via the global
3814-
\defn{allocation functions} \tcode{\keyword{operator} \keyword{new}} and \tcode{\keyword{operator}
3815-
\keyword{new}[]} and the global \defn{deallocation functions} \tcode{\keyword{operator}
3816-
\keyword{delete}} and \tcode{\keyword{operator} \keyword{delete}[]}.
3813+
provides access to, and management of, dynamic storage via
3814+
the global \defnx{allocation functions}{allocation function}
3815+
\tcode{\keyword{operator} \keyword{new}} and
3816+
\tcode{\keyword{operator} \keyword{new}[]} and
3817+
the global \defnx{deallocation functions}{deallocation function}
3818+
\tcode{\keyword{operator} \keyword{delete}} and
3819+
\tcode{\keyword{operator} \keyword{delete}[]}.
38173820
\begin{note}
38183821
The non-allocating forms described in \ref{new.delete.placement}
38193822
do not perform allocation or deallocation.

0 commit comments

Comments
 (0)