Skip to content

Commit

Permalink
[exec.snd.expos] Mark exposition-only identifier with \exposid (#7531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Jan 2, 2025
1 parent c9a2b3e commit 5b43cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@

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

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

0 comments on commit 5b43cb9

Please sign in to comment.