Skip to content

Commit b254d40

Browse files
committed
[class.free] Change subclause heading and add indexing
Rename the heading to "Allocation and deallocation functions", which is more appropriate for the contents of the subclause.
1 parent 2eada39 commit b254d40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/classes.tex

+4-2
Original file line numberDiff line numberDiff line change
@@ -2864,11 +2864,12 @@
28642864
\end{codeblock}
28652865
\end{example}
28662866

2867-
\rSec2[class.free]{Free store}%
2867+
\rSec2[class.free]{Allocation and deallocation functions}%
28682868
\indextext{free store}%
28692869

28702870
\pnum
2871-
\indextext{\idxcode{new}!type of}
2871+
\indextext{\idxcode{new}!type of}%
2872+
\indextext{allocation function!class-specific}%
28722873
Any allocation function for a class
28732874
\tcode{T}
28742875
is a static member (even if not explicitly declared
@@ -2895,6 +2896,7 @@
28952896

28962897
\pnum
28972898
\indextext{\idxcode{delete}!type of}%
2899+
\indextext{deallocation function!class-specific}%
28982900
Any deallocation function for a class
28992901
\tcode{X}
29002902
is a static member (even if not explicitly declared

0 commit comments

Comments
 (0)