File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17961796 }
17971797
17981798 auto get_env() const noexcept -> @\exposid {env-type}@<Index, Sndr, Rcvr> {
1799- return @\exposid {impls-for}@<tag-t>::@\exposid {get-env}@(Index(), @\exposidnc {op}@->@\exposid {state}@, @\exposidnc {op}@->@\exposid {rcvr}@);
1799+ return @\exposid {impls-for}@<@ \exposid { tag-t}@ >::@\exposid {get-env}@(Index(), @\exposidnc {op}@->@\exposid {state}@, @\exposidnc {op}@->@\exposid {rcvr}@);
18001800 }
18011801
18021802 @\exposidnc {basic-state}@<Sndr, Rcvr>* @\exposidnc {op}@; // \expos
18241824
18251825 void start() & noexcept {
18261826 auto& [...ops] = @\exposid {inner-ops}@;
1827- @\exposid {impls-for}@<tag-t>::@\exposid {start}@(this->@\exposid {state}@, this->@\exposid {rcvr}@, ops...);
1827+ @\exposid {impls-for}@<@ \exposid { tag-t}@ >::@\exposid {start}@(this->@\exposid {state}@, this->@\exposid {rcvr}@, ops...);
18281828 }
18291829 };
18301830
You can’t perform that action at this time.
0 commit comments