Skip to content

Commit 76be15b

Browse files
committed
update release notes
1 parent 5d8e50a commit 76be15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/92_relnotes.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Construct `o = u`, where `o` is of type `optional<T>` and `u` is of type `U` convertible to `T`,
3838
does not create a temporary `T`.
3939

40-
* In the said implementation, added a conversion from `optional<T>&` to `optional<T&>`.
40+
* In the said implementation, added a conversion from `optional<T>&` to `optional<T&>`. This addresses [@https://github.com/boostorg/optional/issues/142 issue #142].
4141

4242
* `none_t` is now `std::equality_comparable`, which means that `none_t` and `optional<T>`
4343
model concept `std::equality_comparable_with` (for `std::equality_comparable` `T`s),

0 commit comments

Comments
 (0)