Skip to content

Commit ff9797d

Browse files
timsong-cpptkoeppe
authored andcommitted
[task.class] Improve error_types wording
Fixes NB US 247-377 (C++26 CD).
1 parent 508c139 commit ff9797d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/exec.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7237,8 +7237,9 @@
72377237

72387238
\pnum
72397239
A program is ill-formed if \tcode{error_types} is not a
7240-
specialization of \tcode{completion_signatures<ErrorSigs...>} or
7241-
\tcode{ErrorSigs} contains an element which is not of the form
7240+
specialization of \tcode{execution::completion_signatures}
7241+
or if the template arguments of that specialization
7242+
contain an element which is not of the form
72427243
\tcode{set_error_t(E)} for some type \tcode{E}.
72437244

72447245
\pnum

0 commit comments

Comments
 (0)