Skip to content

Commit bca158f

Browse files
authored
[execution.syn] Add \libconcept for sender_in (cplusplus#7182)
1 parent 1916adc commit bca158f

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
@@ -540,7 +540,7 @@
540540
template<class Sndr, class Env = empty_env,
541541
template<class...> class Tuple = @\exposid{decayed-tuple}@,
542542
template<class...> class Variant = @\exposid{variant-or-empty}@>
543-
requires sender_in<Sndr, Env>
543+
requires @\libconcept{sender_in}@<Sndr, Env>
544544
using value_types_of_t = @\seebelow@;
545545

546546
template<class Sndr, class Env = empty_env,

0 commit comments

Comments
 (0)