Skip to content

Commit bc71d74

Browse files
authored
[exec.cmplsig] Add 'value_types_of_t' to index (#8326)
1 parent b194937 commit bc71d74

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
@@ -6143,7 +6143,7 @@
61436143
template<class...> class Tuple = @\exposid{decayed-tuple}@,
61446144
template<class...> class Variant = @\exposid{variant-or-empty}@>
61456145
requires @\libconcept{sender_in}@<Sndr, Env>
6146-
using value_types_of_t =
6146+
using @\libglobal{value_types_of_t}@ =
61476147
@\exposid{gather-signatures}@<set_value_t, completion_signatures_of_t<Sndr, Env>, Tuple, Variant>;
61486148

61496149
template<class Sndr, class Env = env<>,

0 commit comments

Comments
 (0)