From Jason Turner

[optional.dtor]

Diff to HTML by rtfpessoa

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> == true` then this
15
- destructor shall be a trivial 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