From 8f319f30c6988b9a54b761e6ddb97aed23f7996c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 17 Apr 2024 03:41:33 +0300 Subject: [PATCH] Update revision history --- doc/system/changes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/system/changes.adoc b/doc/system/changes.adoc index dd28182..c82778f 100644 --- a/doc/system/changes.adoc +++ b/doc/system/changes.adoc @@ -8,6 +8,11 @@ https://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: +## Changes in Boost 1.86 + +* Support `result & fv`, where `fv` returns `void`. +* Support `result &= fv;`, where `fv` returns `void`. + ## Changes in Boost 1.85 * {cpp}03 is no longer supported; a {cpp}11 compiler is required. (This includes GCC 4.8 or later, and MSVC 14.0 (VS 2015) or later.)