tmp/tmp3omhwin6/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
##### Allocator completeness requirements <a id="allocator.requirements.completeness">[[allocator.requirements.completeness]]</a>
|
| 2 |
+
|
| 3 |
+
If `X` is an allocator class for type `T`, `X` additionally satisfies
|
| 4 |
+
the allocator completeness requirements if, whether or not `T` is a
|
| 5 |
+
complete type:
|
| 6 |
+
|
| 7 |
+
- `X` is a complete type, and
|
| 8 |
+
- all the member types of `allocator_traits<X>` ([[allocator.traits]])
|
| 9 |
+
other than `value_type` are complete types.
|
| 10 |
+
|