From 3c9a34e4cb3a9a0b9dc03fecadb98453657bbd35 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Tue, 11 Jun 2024 08:42:04 +0200 Subject: [PATCH] [res.on.exception.handling] Add cross-reference to [except.spec] --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index c4eef90633..9e575b57d1 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -3844,7 +3844,7 @@ Destructor operations defined in the \Cpp{} standard library shall not throw exceptions. Every destructor in the \Cpp{} standard library shall behave as if it had a -non-throwing exception specification. +non-throwing exception specification\iref{except.spec}. \pnum Functions defined in the