From cfea51c83633e239d9c2908505368818a331bb36 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 15 Dec 2023 08:40:09 -0800 Subject: [PATCH] add missing closing angle bracket --- execution.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution.bs b/execution.bs index 44dc99b..a7f774f 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<tag_t<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;