From Jason Turner

[utility.arg.requirements]

Diff to HTML by rtfpessoa

tmp/tmpqvam1ltv/{from.md → to.md} RENAMED
@@ -76,9 +76,9 @@ signatures is called using the default argument [[dcl.fct.default]].
76
 
77
  **Table: Cpp17Destructible requirements** <a id="cpp17.destructible">[cpp17.destructible]</a>
78
 
79
  | Expression | Post-condition |
80
  | ---------- | --------------------------------------------------------------------- |
81
- | `u.~T()` | All resources owned by `u` are reclaimed, no exception is propagated. |
82
  | *[spans 2 columns]* *Array types and non-object types are not Cpp17Destructible.* |
83
 
84
 
 
76
 
77
  **Table: Cpp17Destructible requirements** <a id="cpp17.destructible">[cpp17.destructible]</a>
78
 
79
  | Expression | Post-condition |
80
  | ---------- | --------------------------------------------------------------------- |
81
+ | `a.~T()` | All resources owned by `a` are reclaimed, no exception is propagated. |
82
  | *[spans 2 columns]* *Array types and non-object types are not Cpp17Destructible.* |
83
 
84