From 05cb8f459ce6ed2ad59c6c4b510bccd9a062a060 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 3 Dec 2025 13:13:40 +0200 Subject: [PATCH] Update revision history --- doc/system/changes.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/system/changes.adoc b/doc/system/changes.adoc index 41d71b5..ef8eeac 100644 --- a/doc/system/changes.adoc +++ b/doc/system/changes.adoc @@ -1,5 +1,5 @@ //// -Copyright 2018-2022 Peter Dimov +Copyright 2018-2025 Peter Dimov Distributed under the Boost Software License, Version 1.0. https://www.boost.org/LICENSE_1_0.txt //// @@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: +## Changes in Boost 1.91 + +* The return type of `operator|(result, U)` has been changed to non-reference. + ## Changes in Boost 1.89 * The stub compiled library has been removed; System has been header-only since release 1.69.