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 12491249Let \tcode {Sigs} be a pack of completion signatures corresponding to
12501250this set of completion operations, and
12511251let \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> ()}.
12531253Then \tcode {CS} is
12541254a specialization of
12551255the class template \tcode {completion_signatures}\iref {exec.cmplsig },
20982098 @\libconcept {move_constructible}@<remove_cvref_t<Sndr>> &&
20992099 @\libconcept {constructible_from}@<remove_cvref_t<Sndr>, Sndr>;
21002100
2101- template<class Sndr, class Env>
2101+ template<class Sndr, class... Env>
21022102 concept @\deflibconcept {sender_in}@ =
21032103 @\libconcept {sender}@<Sndr> &&
21042104 (sizeof...(Env) <= 1) &&
45794579\pnum
45804580Let \tcode {\placeholder {when-all-env}} be an alias template such that
45814581\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>()))}.
45834583
45844584\indexlibrarymember {\exposid {check-types}}{\exposid {impls-for}<when_all_t>}
45854585\begin {itemdecl }
You can’t perform that action at this time.
0 commit comments