tmp/tmp_x46cf28/{from.md → to.md}
RENAMED
|
@@ -9,8 +9,8 @@ contains a value, calls
|
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
val->T::~T()
|
| 12 |
```
|
| 13 |
|
| 14 |
-
*Remarks:* If `is_trivially_destructible_v<T>
|
| 15 |
-
destructor
|
| 16 |
|
|
|
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
val->T::~T()
|
| 12 |
```
|
| 13 |
|
| 14 |
+
*Remarks:* If `is_trivially_destructible_v<T>` is `true`, then this
|
| 15 |
+
destructor is trivial.
|
| 16 |
|