tmp/tmpx296k6ph/{from.md → to.md}
RENAMED
|
@@ -22,9 +22,9 @@ unless `U*` is implicitly convertible to `T*`.
|
|
| 22 |
|
| 23 |
``` cpp
|
| 24 |
void operator()(T* ptr) const;
|
| 25 |
```
|
| 26 |
|
| 27 |
-
*Effects:*
|
| 28 |
|
| 29 |
*Remarks:* If `T` is an incomplete type, the program is ill-formed.
|
| 30 |
|
|
|
|
| 22 |
|
| 23 |
``` cpp
|
| 24 |
void operator()(T* ptr) const;
|
| 25 |
```
|
| 26 |
|
| 27 |
+
*Effects:* Calls `delete` on `ptr`.
|
| 28 |
|
| 29 |
*Remarks:* If `T` is an incomplete type, the program is ill-formed.
|
| 30 |
|