From Jason Turner

[optional.mod]

Diff to HTML by rtfpessoa

tmp/tmp7wo0ubp5/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Modifiers <a id="optional.mod">[[optional.mod]]</a>
2
 
3
  ``` cpp
4
- void reset() noexcept;
5
  ```
6
 
7
  *Effects:* If `*this` contains a value, calls `val->T::T̃()` to destroy
8
  the contained value; otherwise no effect.
9
 
 
1
  #### Modifiers <a id="optional.mod">[[optional.mod]]</a>
2
 
3
  ``` cpp
4
+ constexpr void reset() noexcept;
5
  ```
6
 
7
  *Effects:* If `*this` contains a value, calls `val->T::T̃()` to destroy
8
  the contained value; otherwise no effect.
9