tmp/tmpnkz2evyc/{from.md → to.md}
RENAMED
|
@@ -1,10 +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
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
- `X` is a complete type, and
|
| 8 |
-
- all the member types of `allocator_traits<X>`
|
| 9 |
other than `value_type` are complete types.
|
| 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 meets the
|
| 4 |
+
allocator completeness requirements if, whether or not `T` is a complete
|
| 5 |
+
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 |
|