From 457f33298845fd3b1992dc33ba03dff5706ddd82 Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Tue, 4 Nov 2025 16:16:37 -1000 Subject: [PATCH] [task.class] Improve error_types wording Fixes NB US 247-377 (C++26 CD). --- source/exec.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index 63b21e71b8..9cd2a2ee12 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -7237,8 +7237,9 @@ \pnum A program is ill-formed if \tcode{error_types} is not a -specialization of \tcode{completion_signatures} or -\tcode{ErrorSigs} contains an element which is not of the form +specialization of \tcode{execution::completion_signatures} +or if the template arguments of that specialization +contain an element which is not of the form \tcode{set_error_t(E)} for some type \tcode{E}. \pnum