From 4054be993c1a48d9e4a213cfe78d1fea053f2d14 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 15 Dec 2023 08:41:23 -0800 Subject: [PATCH] remove spurious use of `tag_of_t` --- execution.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution.bs b/execution.bs index a7f774f..fc3e034 100644 --- a/execution.bs +++ b/execution.bs @@ -6058,7 +6058,7 @@ template<class Domain, class Tag, sender Sndr, class... Args>
         template<>
-        struct impls-for<tag_t<schedule_from_t>> : default-impls {
+        struct impls-for<schedule_from_t> : default-impls {
           static constexpr auto get-attrs = see below;
           static constexpr auto get-state = see below;
           static constexpr auto complete = see below;