Skip to content

Commit 5b43cb9

Browse files
authored
[exec.snd.expos] Mark exposition-only identifier with \exposid (#7531)
1 parent c9a2b3e commit 5b43cb9

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
@@ -1636,7 +1636,7 @@
16361636

16371637
using @\exposid{tag-t}@ = tag_of_t<Sndr>; // \expos
16381638
using @\exposid{state-t}@ = @\exposid{state-type}@<Sndr, Rcvr>; // \expos
1639-
static constexpr const auto& @\exposid{complete}@ = @\exposid{impls-for}@<tag-t>::@\exposid{complete}@; // \expos
1639+
static constexpr const auto& @\exposid{complete}@ = @\exposid{impls-for}@<@\exposid{tag-t}@>::@\exposid{complete}@; // \expos
16401640

16411641
template<class... Args>
16421642
requires @\exposconcept{callable}@<decltype(@\exposid{complete}@), Index, @\exposid{state-t}@&, Rcvr&, set_value_t, Args...>

0 commit comments

Comments
 (0)