Skip to content

Commit e70c7cc

Browse files
committed
LWG4369 check-types function for upon_error and upon_stopped is wrong
1 parent 6f3dec2 commit e70c7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@
38163816
Equivalent to:
38173817
\begin{codeblock}
38183818
auto cs = get_completion_signatures<@\exposid{child-type}@<Sndr>, @\exposid{FWD-ENV-T}@(Env)...>();
3819-
auto fn = []<class... Ts>(set_value_t(*)(Ts...)) {
3819+
auto fn = []<class... Ts>(@\exposid{decayed-typeof}@<@\exposid{set-cpo}@>(*)(Ts...)) {
38203820
if constexpr (!@\libconcept{invocable}@<remove_cvref_t<@\exposid{data-type}@<Sndr>>, Ts...>)
38213821
throw @\placeholder{unspecified-exception}@();
38223822
};

0 commit comments

Comments
 (0)