tmp/tmpzc_metzk/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
**Table: Cpp17Destructible requirements** <a id="cpp17.destructible">[cpp17.destructible]</a>
|
| 2 |
|
| 3 |
| Expression | Post-condition |
|
| 4 |
| ---------- | --------------------------------------------------------------------- |
|
| 5 |
-
| `
|
| 6 |
| *[spans 2 columns]* *Array types and non-object types are not Cpp17Destructible.* |
|
| 7 |
|
|
|
|
| 1 |
**Table: Cpp17Destructible requirements** <a id="cpp17.destructible">[cpp17.destructible]</a>
|
| 2 |
|
| 3 |
| Expression | Post-condition |
|
| 4 |
| ---------- | --------------------------------------------------------------------- |
|
| 5 |
+
| `a.~T()` | All resources owned by `a` are reclaimed, no exception is propagated. |
|
| 6 |
| *[spans 2 columns]* *Array types and non-object types are not Cpp17Destructible.* |
|
| 7 |
|