File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1249
1249
Let \tcode {Sigs} be a pack of completion signatures corresponding to
1250
1250
this set of completion operations, and
1251
1251
let \tcode {CS} be
1252
- the type of the expression \tcode {get_completion_signatures( Sndr, Env) ()}.
1252
+ the type of the expression \tcode {get_completion_signatures< Sndr, Env> ()}.
1253
1253
Then \tcode {CS} is
1254
1254
a specialization of
1255
1255
the class template \tcode {completion_signatures}\iref {exec.cmplsig },
2098
2098
@\libconcept {move_constructible}@<remove_cvref_t<Sndr>> &&
2099
2099
@\libconcept {constructible_from}@<remove_cvref_t<Sndr>, Sndr>;
2100
2100
2101
- template<class Sndr, class Env>
2101
+ template<class Sndr, class... Env>
2102
2102
concept @\deflibconcept {sender_in}@ =
2103
2103
@\libconcept {sender}@<Sndr> &&
2104
2104
(sizeof...(Env) <= 1) &&
4579
4579
\pnum
4580
4580
Let \tcode {\placeholder {when-all-env}} be an alias template such that
4581
4581
\tcode {\placeholder {when-all-env}<Env>} denotes the type
4582
- \tcode {decltype(\exposid {mmake -\linebreak {}when-all-env}(declval<inplace_stop_source\& >(), declval<Env>()))}.
4582
+ \tcode {decltype(\exposid {make -\linebreak {}when-all-env}(declval<inplace_stop_source\& >(), declval<Env>()))}.
4583
4583
4584
4584
\indexlibrarymember {\exposid {check-types}}{\exposid {impls-for}<when_all_t>}
4585
4585
\begin {itemdecl }
You can’t perform that action at this time.
0 commit comments