From b91f86c8c64cf634f35ddfb60c2fb83ae5e0d3e3 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Fri, 6 Dec 2024 16:51:49 +0100 Subject: [PATCH] [except.spec] Remove misleading restriction in list of examples --- source/exceptions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exceptions.tex b/source/exceptions.tex index 7d050c33c9..c14df21e84 100644 --- a/source/exceptions.tex +++ b/source/exceptions.tex @@ -846,7 +846,7 @@ (such as an overloaded operator, an allocation function in a \grammarterm{new-expression}, a constructor for a function argument, -or a destructor if $E$ is a full-expression\iref{intro.execution}) +or a destructor) that has a potentially-throwing exception specification, or \item