From 48e56b9874c44286dd329963eca86c3a35fb8da8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 17 Sep 2021 18:19:24 +0300 Subject: [PATCH] Update revision history --- doc/system/changes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/system/changes.adoc b/doc/system/changes.adoc index c1616bb..d872f35 100644 --- a/doc/system/changes.adoc +++ b/doc/system/changes.adoc @@ -12,7 +12,9 @@ https://www.boost.org/LICENSE_1_0.txt * Added support for source locations to `error_code`. * Added `error_code::to_string`. -* `system_error::what` now contains the source location, if present. +* `system_error::what()` now contains the source location, if present. +* Added `result`, a class holding either a value or an + error, defined in ``. ## Changes in Boost 1.77