tmp/tmp8qay5mwr/{from.md → to.md}
RENAMED
|
@@ -17,11 +17,11 @@ first parameter shall be `C*`; otherwise, the type of its first
|
|
| 17 |
parameter shall be `void*`. A deallocation function may have more than
|
| 18 |
one parameter. A *usual deallocation function* is a deallocation
|
| 19 |
function whose parameters after the first are
|
| 20 |
|
| 21 |
- optionally, a parameter of type `std::destroying_delete_t`, then
|
| 22 |
-
- optionally, a parameter of type `std::size_t`,[^
|
| 23 |
- optionally, a parameter of type `std::align_val_t`.
|
| 24 |
|
| 25 |
A destroying operator delete shall be a usual deallocation function. A
|
| 26 |
deallocation function may be an instance of a function template. Neither
|
| 27 |
the first parameter nor the return type shall depend on a template
|
|
|
|
| 17 |
parameter shall be `void*`. A deallocation function may have more than
|
| 18 |
one parameter. A *usual deallocation function* is a deallocation
|
| 19 |
function whose parameters after the first are
|
| 20 |
|
| 21 |
- optionally, a parameter of type `std::destroying_delete_t`, then
|
| 22 |
+
- optionally, a parameter of type `std::size_t`,[^10] then
|
| 23 |
- optionally, a parameter of type `std::align_val_t`.
|
| 24 |
|
| 25 |
A destroying operator delete shall be a usual deallocation function. A
|
| 26 |
deallocation function may be an instance of a function template. Neither
|
| 27 |
the first parameter nor the return type shall depend on a template
|