tmp/tmps17uaatb/{from.md → to.md}
RENAMED
|
@@ -7,12 +7,13 @@ smart pointers, memory resources, and scoped allocators, as summarized
|
|
| 7 |
in [[mem.summary]].
|
| 8 |
|
| 9 |
**Table: Memory management library summary** <a id="mem.summary">[mem.summary]</a>
|
| 10 |
|
| 11 |
| Subclause | | Header |
|
| 12 |
-
| --------------------- | ----------------- | ----------------------- |
|
| 13 |
| [[memory]] | Memory | `<cstdlib>`, `<memory>` |
|
| 14 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
|
|
|
| 15 |
| [[mem.res]] | Memory resources | `<memory_resource>` |
|
| 16 |
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 17 |
|
| 18 |
|
|
|
|
| 7 |
in [[mem.summary]].
|
| 8 |
|
| 9 |
**Table: Memory management library summary** <a id="mem.summary">[mem.summary]</a>
|
| 10 |
|
| 11 |
| Subclause | | Header |
|
| 12 |
+
| ----------------------- | -------------------------------- | ----------------------- |
|
| 13 |
| [[memory]] | Memory | `<cstdlib>`, `<memory>` |
|
| 14 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
| 15 |
+
| [[mem.composite.types]] | Types for composite class design | `<memory>` |
|
| 16 |
| [[mem.res]] | Memory resources | `<memory_resource>` |
|
| 17 |
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 18 |
|
| 19 |
|