2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<link href =" https://cpprefjp.github.io" />
5
- <updated >2025-06-03T15:00:08.642120 </updated >
6
- <id >269ba19d-acbc-46c6-876e-e51098b47add </id >
5
+ <updated >2025-06-03T15:12:03.299780 </updated >
6
+ <id >2d4d5c1b-589e-4d19-afe4-e9c104bbe367 </id >
7
7
8
8
9
+ <entry >
10
+ <title >as_awaitable -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
11
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/as_awaitable.html" />
12
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/as_awaitable.md</id >
13
+ <updated >2025-06-04T00:06:10+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/as_awaitable.md b/reference/execution/execution/as_awaitable.md
16
+ index fa406534a..9b758ed05 100644
17
+ --- a/reference/execution/execution/as_awaitable.md
18
+ +++ b/reference/execution/execution/as_awaitable.md
19
+ @@ -218,3 +218,4 @@ value-type await_resume();
20
+
21
+ ## 参照
22
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
23
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
24
+ < /code>< /pre> </summary >
25
+
26
+ <author >
27
+ <name >yoh</name >
28
+
29
+ </author >
30
+ </entry >
31
+
32
+ <entry >
33
+ <title >basic-operation -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
34
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/basic-operation.html" />
35
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/basic-operation.md</id >
36
+ <updated >2025-06-04T00:06:10+09:00</updated >
37
+
38
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/basic-operation.md b/reference/execution/execution/basic-operation.md
39
+ index d6b41da85..ff9838484 100644
40
+ --- a/reference/execution/execution/basic-operation.md
41
+ +++ b/reference/execution/execution/basic-operation.md
42
+ @@ -151,3 +151,4 @@ using indices-for = remove_reference_t& lt;Sndr& gt;::indices-for; // exposition only
43
+
44
+ ## 参照
45
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
46
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
47
+ < /code>< /pre> </summary >
48
+
49
+ <author >
50
+ <name >yoh</name >
51
+
52
+ </author >
53
+ </entry >
54
+
55
+ <entry >
56
+ <title >connect -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
57
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/connect.html" />
58
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/connect.md</id >
59
+ <updated >2025-06-04T00:06:10+09:00</updated >
60
+
61
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/connect.md b/reference/execution/execution/connect.md
62
+ index 346172278..1ca3d497b 100644
63
+ --- a/reference/execution/execution/connect.md
64
+ +++ b/reference/execution/execution/connect.md
65
+ @@ -125,7 +125,7 @@ completion_signatures& lt;
66
+ * set_stopped_t[link set_stopped.md]
67
+ * exception_ptr[link /reference/exception/exception_ptr.md]
68
+
69
+ -説明用の関数テンプレート`suspend-complete`とコルーチン`suspend-awaitable`を下記の通り定義する。
70
+ +説明用の関数テンプレート`suspend-complete`とコルーチン`connect-awaitable`を下記の通り定義する。
71
+
72
+ ```cpp
73
+ namespace std::execution {
74
+ @@ -237,3 +237,4 @@ int main()
75
+
76
+ ## 参照
77
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
78
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
79
+ < /code>< /pre> </summary >
80
+
81
+ <author >
82
+ <name >yoh</name >
83
+
84
+ </author >
85
+ </entry >
86
+
87
+ <entry >
88
+ <title >let_value -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
89
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/let_value.html" />
90
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/let_value.md</id >
91
+ <updated >2025-06-04T00:06:10+09:00</updated >
92
+
93
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/let_value.md b/reference/execution/execution/let_value.md
94
+ index effdb9a9d..126b5d1e8 100644
95
+ --- a/reference/execution/execution/let_value.md
96
+ +++ b/reference/execution/execution/let_value.md
97
+ @@ -403,3 +403,4 @@ catch 0
98
+ ## 参照
99
+ - [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
100
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
101
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
102
+ < /code>< /pre> </summary >
103
+
104
+ <author >
105
+ <name >yoh</name >
106
+
107
+ </author >
108
+ </entry >
109
+
110
+ <entry >
111
+ <title >schedule_from -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
112
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/schedule_from.html" />
113
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/schedule_from.md</id >
114
+ <updated >2025-06-04T00:06:10+09:00</updated >
115
+
116
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/schedule_from.md b/reference/execution/execution/schedule_from.md
117
+ index 43464855e..7ca0c2e01 100644
118
+ --- a/reference/execution/execution/schedule_from.md
119
+ +++ b/reference/execution/execution/schedule_from.md
120
+ @@ -212,3 +212,4 @@ Senderアルゴリズム構築時および[Receiver](receiver.md)接続時に、
121
+ ## 参照
122
+ - [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
123
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
124
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
125
+ < /code>< /pre> </summary >
126
+
127
+ <author >
128
+ <name >yoh</name >
129
+
130
+ </author >
131
+ </entry >
132
+
133
+ <entry >
134
+ <title >scheduler -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
135
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/scheduler.html" />
136
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/scheduler.md</id >
137
+ <updated >2025-06-04T00:06:10+09:00</updated >
138
+
139
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/scheduler.md b/reference/execution/execution/scheduler.md
140
+ index 0a456b15a..9cb7b25f2 100644
141
+ --- a/reference/execution/execution/scheduler.md
142
+ +++ b/reference/execution/execution/scheduler.md
143
+ @@ -133,3 +133,4 @@ int main()
144
+
145
+ ## 参照
146
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
147
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
148
+ < /code>< /pre> </summary >
149
+
150
+ <author >
151
+ <name >yoh</name >
152
+
153
+ </author >
154
+ </entry >
155
+
156
+ <entry >
157
+ <title >when_all -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
158
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/when_all.html" />
159
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/when_all.md</id >
160
+ <updated >2025-06-04T00:06:10+09:00</updated >
161
+
162
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/when_all.md b/reference/execution/execution/when_all.md
163
+ index 31cff92e1..b94f58fd7 100644
164
+ --- a/reference/execution/execution/when_all.md
165
+ +++ b/reference/execution/execution/when_all.md
166
+ @@ -482,3 +482,4 @@ error=-2
167
+ ## 参照
168
+ - [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html)
169
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
170
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
171
+ < /code>< /pre> </summary >
172
+
173
+ <author >
174
+ <name >yoh</name >
175
+
176
+ </author >
177
+ </entry >
178
+
179
+ <entry >
180
+ <title >write-env -- execution: 影響箇所へP3396R1参照追記 (#1384)</title >
181
+ <link href =" https://cpprefjp.github.io/reference/execution/execution/write-env.html" />
182
+ <id >30c85314c8ce33811bd787a30fbb96a001c8931e:reference/execution/execution/write-env.md</id >
183
+ <updated >2025-06-04T00:06:10+09:00</updated >
184
+
185
+ <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/write-env.md b/reference/execution/execution/write-env.md
186
+ index 8b97ac73c..3bfda3d39 100644
187
+ --- a/reference/execution/execution/write-env.md
188
+ +++ b/reference/execution/execution/write-env.md
189
+ @@ -57,3 +57,4 @@ struct impls-for& lt;write-env-t& gt; : default-impls {
190
+
191
+ ## 参照
192
+ - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
193
+ +- [P3396R1 std::execution wording fixes](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3396r1.html)
194
+ < /code>< /pre> </summary >
195
+
196
+ <author >
197
+ <name >yoh</name >
198
+
199
+ </author >
200
+ </entry >
201
+
9
202
<entry >
10
203
<title >call-result-t -- functional: 実行制御ライブラリへの内部リンク付与 (#1384)</title >
11
204
<link href =" https://cpprefjp.github.io/reference/functional/call-result-t.html" />
@@ -1059,31 +1252,4 @@ index c82f71db8..6673b2808 100644
1059
1252
</author >
1060
1253
</entry >
1061
1254
1062
- <entry >
1063
- <title >推論補助 -- common_view::推論補助 : id typeを修正</title >
1064
- <link href =" https://cpprefjp.github.io/reference/ranges/common_view/op_deduction_guide.html" />
1065
- <id >6df87c76800d2e82fc232bafe4b5383d2d074489:reference/ranges/common_view/op_deduction_guide.md</id >
1066
- <updated >2025-06-02T22:26:52+09:00</updated >
1067
-
1068
- <summary type =" html" >< pre>< code> diff --git a/reference/ranges/common_view/op_deduction_guide.md b/reference/ranges/common_view/op_deduction_guide.md
1069
- index 4d07d482c..79e8b2107 100644
1070
- --- a/reference/ranges/common_view/op_deduction_guide.md
1071
- +++ b/reference/ranges/common_view/op_deduction_guide.md
1072
- @@ -2,7 +2,7 @@
1073
- * ranges[meta header]
1074
- * std::ranges[meta namespace]
1075
- * common_view[meta class]
1076
- -* deduction guide[meta id-type]
1077
- +* function[meta id-type]
1078
- * cpp20[meta cpp]
1079
-
1080
- ```cpp
1081
- < /code>< /pre> </summary >
1082
-
1083
- <author >
1084
- <name >Akira Takahashi</name >
1085
-
1086
- </author >
1087
- </entry >
1088
-
1089
1255
</feed >
0 commit comments