From 787911df1e42a4e7936833f2e39d157350ec4242 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:25:50 +0200 Subject: [PATCH] [diff.cpp23.expr] Remove superfluous that --- source/compatibility.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index e5b94d0967..d60a5cc05d 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -39,7 +39,7 @@ \rationale Reduce undefined behavior. \effect -A valid \CppXXIII{} program that that calls \tcode{delete} on an incomplete +A valid \CppXXIII{} program that calls \tcode{delete} on an incomplete class type is ill-formed. \begin{example} \begin{codeblock}