From 957e37007e9bec4216c9fa4e52398a2742354355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Rivera?= Date: Wed, 12 Jun 2024 23:24:33 -0500 Subject: [PATCH] Note for the patch revert of has expcetions define. --- doc/src/history.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/history.adoc b/doc/src/history.adoc index 812e368cf0..8735a5ae8a 100644 --- a/doc/src/history.adoc +++ b/doc/src/history.adoc @@ -3,6 +3,12 @@ == Version 5.2.1 +This patch reverts the change to define `_HAS_EXCEPTIONS=0` for Dinkumware +std library. It has the undesired effect of changing the ABI. It's better for +user code to handle the conbination of turning off exceptions while treating +warnings as errors, and getting warnings/errors from the std library by having +the users silence the warning themselves. + == Version 5.2.0 Many fixes in this release from regular contributors Nikita and Dmitry. There