Skip to content

Commit

Permalink
remove spurious use of tag_of_t
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Dec 15, 2023
1 parent cfea51c commit 4054be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6058,7 +6058,7 @@ template<class Domain, class Tag, sender Sndr, class... Args>

<pre highlight="c++">
template&lt;>
struct <i>impls-for</i>&lt;tag_t&lt;schedule_from_t>> : <i>default-impls</i> {
struct <i>impls-for</i>&lt;schedule_from_t> : <i>default-impls</i> {
static constexpr auto <i>get-attrs</i> = <i>see below</i>;
static constexpr auto <i>get-state</i> = <i>see below</i>;
static constexpr auto <i>complete</i> = <i>see below</i>;
Expand Down

0 comments on commit 4054be9

Please sign in to comment.