From Jason Turner

[variant.dtor]

Diff to HTML by rtfpessoa

tmp/tmpuxdl1ghg/{from.md → to.md} RENAMED
@@ -5,8 +5,8 @@
5
  ```
6
 
7
  *Effects:* If `valueless_by_exception()` is `false`, destroys the
8
  currently contained value.
9
 
10
- *Remarks:* If `is_trivially_destructible_v<``Tᵢ``> == true` for all `Tᵢ`
11
- then this destructor shall be a trivial destructor.
12
 
 
5
  ```
6
 
7
  *Effects:* If `valueless_by_exception()` is `false`, destroys the
8
  currently contained value.
9
 
10
+ *Remarks:* If `is_trivially_destructible_v<``Tᵢ``>` is `true` for all
11
+ `Tᵢ`, then this destructor is trivial.
12