22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-04-30T02:01:14.925903 </updated >
6- <id >16b2a8c4-3ef6-4dcc-acf6-a21b0e1a53a5 </id >
5+ <updated >2026-04-30T02:20:38.345371 </updated >
6+ <id >c34f5283-7b8c-4a40-8769-3436a30aae02 </id >
77
88
99 <entry >
@@ -1220,72 +1220,4 @@ index f655a5dad..fdca09f75 100644
12201220 </author >
12211221 </entry >
12221222
1223- <entry >
1224- <title >start-join-sender -- execution/(simple_)counting_scope: LWG4504適用</title >
1225- <link href =" https://cpprefjp.github.io/reference/execution/execution/counting_scope/start-join-sender.html" />
1226- <id >d4a7aac362839892445673f02afadbb97c6430f4:reference/execution/execution/counting_scope/start-join-sender.md</id >
1227- <updated >2026-04-23T21:27:56+09:00</updated >
1228-
1229- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/counting_scope/start-join-sender.md b/reference/execution/execution/counting_scope/start-join-sender.md
1230- index 318420e84..c9e7d5a66 100644
1231- --- a/reference/execution/execution/counting_scope/start-join-sender.md
1232- +++ b/reference/execution/execution/counting_scope/start-join-sender.md
1233- @@ -17,9 +17,8 @@ bool start-join-sender(State& amp; st) noexcept; // exposition only
1234-
1235-
1236- ## 効果
1237- -説明用のメンバ変数`state`に応じて、
1238- +説明用のメンバ変数`count`が`0`のとき、`state`を`joined`に変更して`true`を返す。そうでなければ、`state`に応じて、
1239-
1240- -- `unused`, `unused-and-closed`, `joined`のとき、`state`を`joined`に変更して`true`を返す。
1241- - `open`, `open-and-joining`のとき、`state`を`open-and-joining`に変更し、`*this`で`st`を登録して`false`を返す。
1242- - `closed`, `closed-and-joining`のとき、`state`を`closed-and-joining`に変更し、`*this`で`st`を登録して`false`を返す。
1243-
1244- @@ -34,3 +33,4 @@ bool start-join-sender(State& amp; st) noexcept; // exposition only
1245-
1246- ## 参照
1247- - [P3149R11 `async_scope` - Creating scopes for non-sequential concurrency](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html)
1248- +- [LWG4504. Wording problem in `{simple_}counting_scope`](https://cplusplus.github.io/LWG/issue4504)
1249- < /code>< /pre> </summary >
1250-
1251- <author >
1252- <name >yoh</name >
1253- <email >kawasaki.liamg@gmail.com</email >
1254- </author >
1255- </entry >
1256-
1257- <entry >
1258- <title >start-join-sender -- execution/(simple_)counting_scope: LWG4504適用</title >
1259- <link href =" https://cpprefjp.github.io/reference/execution/execution/simple_counting_scope/start-join-sender.html" />
1260- <id >d4a7aac362839892445673f02afadbb97c6430f4:reference/execution/execution/simple_counting_scope/start-join-sender.md</id >
1261- <updated >2026-04-23T21:27:56+09:00</updated >
1262-
1263- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/simple_counting_scope/start-join-sender.md b/reference/execution/execution/simple_counting_scope/start-join-sender.md
1264- index fc83c74a0..0a01cc6a2 100644
1265- --- a/reference/execution/execution/simple_counting_scope/start-join-sender.md
1266- +++ b/reference/execution/execution/simple_counting_scope/start-join-sender.md
1267- @@ -17,9 +17,8 @@ bool start-join-sender(State& amp; st) noexcept; // exposition only
1268-
1269-
1270- ## 効果
1271- -説明用のメンバ変数`state`に応じて、
1272- +説明用のメンバ変数`count`が`0`のとき、`state`を`joined`に変更して`true`を返す。そうでなければ、`state`に応じて、
1273-
1274- -- `unused`, `unused-and-closed`, `joined`のとき、`state`を`joined`に変更して`true`を返す。
1275- - `open`, `open-and-joining`のとき、`state`を`open-and-joining`に変更し、`*this`で`st`を登録して`false`を返す。
1276- - `closed`, `closed-and-joining`のとき、`state`を`closed-and-joining`に変更し、`*this`で`st`を登録して`false`を返す。
1277-
1278- @@ -35,3 +34,4 @@ bool start-join-sender(State& amp; st) noexcept; // exposition only
1279-
1280- ## 参照
1281- - [P3149R11 `async_scope` - Creating scopes for non-sequential concurrency](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3149r11.html)
1282- +- [LWG4504. Wording problem in `{simple_}counting_scope`](https://cplusplus.github.io/LWG/issue4504)
1283- < /code>< /pre> </summary >
1284-
1285- <author >
1286- <name >yoh</name >
1287- <email >kawasaki.liamg@gmail.com</email >
1288- </author >
1289- </entry >
1290-
12911223</feed >
0 commit comments