-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathall.patch
More file actions
56 lines (48 loc) · 1.61 KB
/
all.patch
File metadata and controls
56 lines (48 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
From 19e297bce01ae69c917d0b8bfb5f1f1491cc8804 Mon Sep 17 00:00:00 2001
From: timsong-cpp <rs2740@gmail.com>
Date: Sun, 26 Apr 2026 23:50:34 -0500
Subject: [PATCH 1/2] [exec.get.compl.sched] Remove spurious @
---
source/exec.tex | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/exec.tex b/source/exec.tex
index f4e308d8..3f55bde5 100644
--- a/source/exec.tex
+++ b/source/exec.tex
@@ -1130,11 +1130,11 @@ if the type of \tcode{q} satisfies \libconcept{scheduler} and
\tcode{envs} is not an empty pack,
except that \tcode{envs...} is evaluated.
\item
-Otherwise, \tcode{get_completion_scheduler<@\exposid{completion-fn-tag}@>(q, envs...)}
+Otherwise, \tcode{get_completion_scheduler<\exposid{completion-fn-tag}>(q, envs...)}
is ill-formed.
\end{itemize}
\mandates
-If \tcode{get_completion_scheduler<@\exposid{completion-fn-tag}@>(q, envs...)}
+If \tcode{get_completion_scheduler<\exposid{completion-fn-tag}>(q, envs...)}
is well-formed,
its type satisfies \libconcept{scheduler}.
--
2.43.0
From a26a612a93ae3780426fe142c956bbd6f3794ad0 Mon Sep 17 00:00:00 2001
From: timsong-cpp <rs2740@gmail.com>
Date: Mon, 27 Apr 2026 00:13:14 -0500
Subject: [PATCH 2/2] [exec.spawn.future] Add missing @
---
source/exec.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/exec.tex b/source/exec.tex
index 3f55bde5..61e8379b 100644
--- a/source/exec.tex
+++ b/source/exec.tex
@@ -5763,7 +5763,7 @@ std::move(this->@\exposid{result}@).visit(
}, std::move(tuple));
}
});
-@\exposid{destroy}();
+@\exposid{destroy}@();
\end{codeblock}
\end{itemize}
\end{itemdescr}
--
2.43.0