From 533dfe1688580e7fe5736aaa33678a50e7400fe5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 5 May 2022 21:17:09 +0300 Subject: [PATCH] Update revision history --- doc/system/changes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/system/changes.adoc b/doc/system/changes.adoc index fab368a..851fa85 100644 --- a/doc/system/changes.adoc +++ b/doc/system/changes.adoc @@ -14,6 +14,8 @@ https://www.boost.org/LICENSE_1_0.txt to `error_code`, the original is now restored, if possible. * Reworked the conversion from `error_category` to `std::error_category` to avoid the one-time allocation that shows up on leak checkers. +* Added a constructor that allows replacing the source location of an + `error_code`, and a corresponding `assign`. ## Changes in Boost 1.79