Skip to content

Commit e3532fd

Browse files
jensmaurertkoeppe
authored andcommitted
[memory] Create new clause
and move [memory], [smartptr], [mem.res], and [allocator.adaptor] from [utilities] into the new clause.
1 parent 2cd31ad commit e3532fd

File tree

5 files changed

+6761
-6740
lines changed

5 files changed

+6761
-6740
lines changed

source/lib-intro.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
\ref{support} & Language support library \\
3030
\ref{concepts} & Concepts library \\
3131
\ref{diagnostics} & Diagnostics library \\
32+
\ref{mem} & Memory management library \\
3233
\ref{utilities} & General utilities library \\
3334
\ref{strings} & Strings library \\
3435
\ref{containers} & Containers library \\
@@ -59,6 +60,10 @@
5960
The diagnostics library\iref{diagnostics} provides a consistent framework for
6061
reporting errors in a \Cpp{} program, including predefined exception classes.
6162

63+
\pnum
64+
The memory management library\iref{mem} provides components for
65+
memory management, including smart pointers and scoped allocators.
66+
6267
\pnum
6368
The general utilities library\iref{utilities} includes components used
6469
by other library elements, such as a predefined storage allocator for dynamic

0 commit comments

Comments
 (0)