You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/92_relnotes.qbk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
* Construct `o = u`, where `o` is of type `optional<T>` and `u` is of type `U` convertible to `T`,
38
38
does not create a temporary `T`.
39
39
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].
41
41
42
42
* `none_t` is now `std::equality_comparable`, which means that `none_t` and `optional<T>`
43
43
model concept `std::equality_comparable_with` (for `std::equality_comparable` `T`s),
0 commit comments