diff --git a/source/exec.tex b/source/exec.tex index 2fd6f4f240..b4cc56b236 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -562,16 +562,16 @@ template, template class Tuple = @\exposid{decayed-tuple}@, template class Variant = @\exposid{variant-or-empty}@> - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ using value_types_of_t = @\seebelow@; template, template class Variant = @\exposid{variant-or-empty}@> - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ using error_types_of_t = @\seebelow@; template> - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ constexpr bool sends_stopped = @\seebelow@; template @@ -598,7 +598,7 @@ consteval auto get_completion_signatures() -> @\exposconcept{valid-completion-signatures}@ auto; template - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ using completion_signatures_of_t = decltype(get_completion_signatures()); // \ref{exec.connect}, the connect sender algorithm