From Jason Turner

[optional.dtor]

Diff to HTML by rtfpessoa

tmp/tmpwdf5klh9/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Destructor <a id="optional.dtor">[[optional.dtor]]</a>
2
 
3
  ``` cpp
4
- ~optional();
5
  ```
6
 
7
  *Effects:* If `is_trivially_destructible_v<T> != true` and `*this`
8
  contains a value, calls
9
 
 
1
  #### Destructor <a id="optional.dtor">[[optional.dtor]]</a>
2
 
3
  ``` cpp
4
+ constexpr ~optional();
5
  ```
6
 
7
  *Effects:* If `is_trivially_destructible_v<T> != true` and `*this`
8
  contains a value, calls
9