Remove deprecation mark from reset()

The `std::optional` has `reset()` [optional.mod] and it is not deprecated.
This commit is contained in:
Nikita Kniazev
2018-10-23 02:20:23 +03:00
committed by Andrzej Krzemienski
parent 106f9aee5e
commit bebc606a4c
6 changed files with 13 additions and 12 deletions

View File

@ -11,6 +11,10 @@
[section:relnotes Release Notes]
[heading Boost Release 1.69]
* Remove deprecation mark from `reset()` method (without arguments).
[heading Boost Release 1.68]
* Added member function `has_value()` for compatibility with `std::optional` ([@https://github.com/boostorg/optional/issues/52 issue #52]).