From 9470576181b4ce17170b7956a11e5bbea775210a Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:06:51 +0200 Subject: [PATCH] [diff.cpp26.basic] Fix typo --- source/compatibility.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index 206e211e75..95ce283019 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -20,7 +20,7 @@ \rationale Removes potential undefined behavior. \effect -Valic \CppXXVI{} code that declares a deallocation function +Valid \CppXXVI{} code that declares a deallocation function with a potentially throwing exception specification becomes ill-formed. \begin{example}