Skip to content

Commit ea8e4ba

Browse files
[intro.scope], [expr.new], [class.free] Remove remaining "free store"
1 parent 4b3f32a commit ea8e4ba

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

source/classes.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,6 @@
28052805
\end{example}
28062806

28072807
\rSec2[class.free]{Allocation and deallocation functions}%
2808-
\indextext{free store}%
28092808

28102809
\pnum
28112810
\indextext{\idxcode{new}!type of}%

source/expressions.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5141,8 +5141,6 @@
51415141

51425142
\pnum
51435143
\indextext{expression!\idxcode{new}}%
5144-
\indextext{free store|seealso{\tcode{new}}}%
5145-
\indextext{free store|seealso{\tcode{delete}}}%
51465144
\indextext{memory management|see{\tcode{new}}}%
51475145
\indextext{memory management|see{\tcode{delete}}}%
51485146
\indextext{storage management|see{\tcode{new}}}%

source/intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
\Cpp{} provides many facilities
1717
beyond those provided by C, including additional data types,
1818
classes, templates, exceptions, namespaces, operator
19-
overloading, function name overloading, references, free store
20-
management operators, and additional library facilities.%
19+
overloading, function name overloading, references, allocation and
20+
deallocation functions, and additional library facilities.%
2121
\indextext{scope|)}
2222

2323
\rSec0[intro.refs]{Normative references}%

0 commit comments

Comments
 (0)