Skip to content

Commit c998c2f

Browse files
committed
[exec.snd.expos] Add missing \exposid around "tag-t"
1 parent b1ff1df commit c998c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@
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
@@ -1824,7 +1824,7 @@
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

0 commit comments

Comments
 (0)