From 218ffa3bd3389280c82aafe5cce173d1115fa0ea Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 11:42:14 +0200 Subject: [PATCH] [task.promise] Refer to parameter types of the completion signatures Fixes NB US 260-390 (C++26 CD). --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index 34d0a3ebd6..20069fcc1b 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -7477,7 +7477,7 @@ \pnum \exposid{error-variant} is a \tcode{variant...>}, with duplicate types removed, where \tcode{E...} -are template arguments of the specialization of +are the parameter types of the template arguments of the specialization of \tcode{execution::completion_signatures} denoted by \tcode{error_types}.