From Jason Turner

[cpp17.destructible]

Diff to HTML by rtfpessoa

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
- | `u.~T()` | All resources owned by `u` are reclaimed, no exception is propagated. |
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