Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Dimov bc7c00fa67 Update revision history 2026-05-31 15:42:56 +03:00
+4
View File
@@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt
# Revision History
:idprefix:
## Changes in Boost 1.92
* Fix `unwrap_and_invoke` for functions returning `void`.
## Changes in Boost 1.91
* The return type of `operator|(result<T&>, U)` has been changed to non-reference.