tmp/tmp1c712u8k/{from.md → to.md}
RENAMED
|
@@ -49,11 +49,12 @@ void deallocate(pointer p, size_type n);
|
|
| 49 |
shall equal the value passed as the first argument to the invocation of
|
| 50 |
allocate which returned `p`.
|
| 51 |
|
| 52 |
*Effects:* Deallocates the storage referenced by `p` .
|
| 53 |
|
| 54 |
-
*Remarks:* Uses
|
|
|
|
| 55 |
unspecified when this function is called.
|
| 56 |
|
| 57 |
``` cpp
|
| 58 |
size_type max_size() const noexcept;
|
| 59 |
```
|
|
|
|
| 49 |
shall equal the value passed as the first argument to the invocation of
|
| 50 |
allocate which returned `p`.
|
| 51 |
|
| 52 |
*Effects:* Deallocates the storage referenced by `p` .
|
| 53 |
|
| 54 |
+
*Remarks:* Uses
|
| 55 |
+
`::operator delete(void*, std::size_t)` ([[new.delete]]), but it is
|
| 56 |
unspecified when this function is called.
|
| 57 |
|
| 58 |
``` cpp
|
| 59 |
size_type max_size() const noexcept;
|
| 60 |
```
|