From Jason Turner

[variant.dtor]

Diff to HTML by rtfpessoa

tmp/tmp7sf7qggx/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Destructor <a id="variant.dtor">[[variant.dtor]]</a>
2
 
3
  ``` cpp
4
- ~variant();
5
  ```
6
 
7
  *Effects:* If `valueless_by_exception()` is `false`, destroys the
8
  currently contained value.
9
 
 
1
  #### Destructor <a id="variant.dtor">[[variant.dtor]]</a>
2
 
3
  ``` cpp
4
+ constexpr ~variant();
5
  ```
6
 
7
  *Effects:* If `valueless_by_exception()` is `false`, destroys the
8
  currently contained value.
9