forked from boostorg/optional
Remove deprecation mark from reset()
The `std::optional` has `reset()` [optional.mod] and it is not deprecated.
This commit is contained in:
committed by
Andrzej Krzemienski
parent
106f9aee5e
commit
bebc606a4c
@ -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]).
|
||||
|
Reference in New Issue
Block a user