Skip to content

Commit 76f9e9c

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent f91a18a commit 76f9e9c

File tree

2 files changed

+19
-64
lines changed

2 files changed

+19
-64
lines changed

rss.xml

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-07-31T14:52:25.133243</updated>
6-
<id>067f1379-d9a5-4567-ac58-51492fdc7928</id>
5+
<updated>2025-08-01T02:46:16.508855</updated>
6+
<id>d1034d95-9eff-4b3c-a678-4fca13ed0a80</id>
77

88

99
<entry>
@@ -399,51 +399,6 @@ index ea2531348..39fbfe496 100644
399399
## 参照
400400
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
401401
+- [LWG 4201. `with-await-transform::await_transform` should not use a deduced return type](https://cplusplus.github.io/LWG/issue4201)
402-
&lt;/code&gt;&lt;/pre&gt;</summary>
403-
404-
<author>
405-
<name>yoh</name>
406-
<email>[email protected]</email>
407-
</author>
408-
</entry>
409-
410-
<entry>
411-
<title>operation_state -- execution/operation_state: LWG4200</title>
412-
<link href="https://cpprefjp.github.io/reference/execution/execution/operation_state.html"/>
413-
<id>2aa170e38a92b594b09c4ff65b3375f28e3903aa:reference/execution/execution/operation_state.md</id>
414-
<updated>2025-07-31T21:59:01+09:00</updated>
415-
416-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/operation_state.md b/reference/execution/execution/operation_state.md
417-
index ac0ea20c8..06ebbf074 100644
418-
--- a/reference/execution/execution/operation_state.md
419-
+++ b/reference/execution/execution/operation_state.md
420-
@@ -9,9 +9,8 @@ namespace std::execution {
421-
template&amp;lt;class O&amp;gt;
422-
concept operation_state =
423-
derived_from&amp;lt;typename O::operation_state_concept, operation_state_t&amp;gt; &amp;amp;&amp;amp;
424-
- is_object_v&amp;lt;O&amp;gt; &amp;amp;&amp;amp;
425-
requires (O&amp;amp; o) {
426-
- { start(o) } noexcept;
427-
+ start(o);
428-
};
429-
430-
struct operation_state_t {}; // タグ型
431-
@@ -25,8 +24,8 @@ namespace std::execution {
432-
433-
下記をみたすクラス型はOperation Stateとみなせる。
434-
435-
-- `operation_state_t`をメンバ型`O::operation_state_concept`として定義するクラス型
436-
-- `O`型の左辺値`o`に対して[`execution::start`](start.md)`(o)`が有効な式かつ例外送出されないこと
437-
+- `operation_state_t`をメンバ型`O::operation_state_concept`として定義する
438-
+- `O`型の左辺値`o`に対して[`execution::start`](start.md)`(o)`が有効な式
439-
440-
非同期操作の生存期間中に`operation_state`オブジェクトが破棄されると、未定義の動作を引き起こす。
441-
442-
@@ -89,3 +88,4 @@ int main()
443-
444-
## 参照
445-
- [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html)
446-
+- [LWG 4200. The `operation_state` concept can be simplified](https://cplusplus.github.io/LWG/issue4200)
447402
&lt;/code&gt;&lt;/pre&gt;</summary>
448403

449404
<author>

sitemap.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318

319319
<url>
320320
<loc>https://cpprefjp.github.io/reference/atomic.html</loc>
321-
<lastmod>2025-07-31T13:45:09+09:00</lastmod>
321+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
322322
<changefreq>daily</changefreq>
323323
<priority>0.8</priority>
324324
</url>
@@ -717,7 +717,7 @@
717717

718718
<url>
719719
<loc>https://cpprefjp.github.io/reference/stdexcept.html</loc>
720-
<lastmod>2025-07-31T13:45:09+09:00</lastmod>
720+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
721721
<changefreq>daily</changefreq>
722722
<priority>0.8</priority>
723723
</url>
@@ -12085,7 +12085,7 @@
1208512085

1208612086
<url>
1208712087
<loc>https://cpprefjp.github.io/reference/atomic/atomic_flag_init.html</loc>
12088-
<lastmod>2025-07-31T13:45:09+09:00</lastmod>
12088+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1208912089
<changefreq>daily</changefreq>
1209012090
<priority>0.7</priority>
1209112091
</url>
@@ -12183,7 +12183,7 @@
1218312183

1218412184
<url>
1218512185
<loc>https://cpprefjp.github.io/reference/atomic/atomic_flag/op_constructor.html</loc>
12186-
<lastmod>2025-07-31T13:45:09+09:00</lastmod>
12186+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1218712187
<changefreq>daily</changefreq>
1218812188
<priority>0.6</priority>
1218912189
</url>
@@ -13702,7 +13702,7 @@
1370213702

1370313703
<url>
1370413704
<loc>https://cpprefjp.github.io/reference/execution/forwarding_query.html</loc>
13705-
<lastmod>2025-07-31T22:41:23+09:00</lastmod>
13705+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1370613706
<changefreq>daily</changefreq>
1370713707
<priority>0.7</priority>
1370813708
</url>
@@ -13800,7 +13800,7 @@
1380013800

1380113801
<url>
1380213802
<loc>https://cpprefjp.github.io/reference/execution/execution/single-sender-value-type.html</loc>
13803-
<lastmod>2025-07-31T13:45:09+09:00</lastmod>
13803+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1380413804
<changefreq>daily</changefreq>
1380513805
<priority>0.6</priority>
1380613806
</url>
@@ -13821,7 +13821,7 @@
1382113821

1382213822
<url>
1382313823
<loc>https://cpprefjp.github.io/reference/execution/execution/stopped_as_optional.html</loc>
13824-
<lastmod>2025-07-31T22:41:23+09:00</lastmod>
13824+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1382513825
<changefreq>daily</changefreq>
1382613826
<priority>0.6</priority>
1382713827
</url>
@@ -14017,7 +14017,7 @@
1401714017

1401814018
<url>
1401914019
<loc>https://cpprefjp.github.io/reference/execution/execution/into_variant.html</loc>
14020-
<lastmod>2025-07-31T22:41:23+09:00</lastmod>
14020+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1402114021
<changefreq>daily</changefreq>
1402214022
<priority>0.6</priority>
1402314023
</url>
@@ -14031,7 +14031,7 @@
1403114031

1403214032
<url>
1403314033
<loc>https://cpprefjp.github.io/reference/execution/execution/when_all.html</loc>
14034-
<lastmod>2025-07-31T22:41:23+09:00</lastmod>
14034+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1403514035
<changefreq>daily</changefreq>
1403614036
<priority>0.6</priority>
1403714037
</url>
@@ -14059,7 +14059,7 @@
1405914059

1406014060
<url>
1406114061
<loc>https://cpprefjp.github.io/reference/execution/execution/operation_state.html</loc>
14062-
<lastmod>2025-07-31T21:59:01+09:00</lastmod>
14062+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1406314063
<changefreq>daily</changefreq>
1406414064
<priority>0.6</priority>
1406514065
</url>
@@ -14108,7 +14108,7 @@
1410814108

1410914109
<url>
1411014110
<loc>https://cpprefjp.github.io/reference/execution/execution/sender.html</loc>
14111-
<lastmod>2025-07-31T21:34:14+09:00</lastmod>
14111+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1411214112
<changefreq>daily</changefreq>
1411314113
<priority>0.6</priority>
1411414114
</url>
@@ -14213,7 +14213,7 @@
1421314213

1421414214
<url>
1421514215
<loc>https://cpprefjp.github.io/reference/execution/execution/schedule_from.html</loc>
14216-
<lastmod>2025-07-31T23:01:31+09:00</lastmod>
14216+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1421714217
<changefreq>daily</changefreq>
1421814218
<priority>0.6</priority>
1421914219
</url>
@@ -14262,7 +14262,7 @@
1426214262

1426314263
<url>
1426414264
<loc>https://cpprefjp.github.io/reference/execution/execution/with-await-transform.html</loc>
14265-
<lastmod>2025-07-31T22:01:29+09:00</lastmod>
14265+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1426614266
<changefreq>daily</changefreq>
1426714267
<priority>0.6</priority>
1426814268
</url>
@@ -14304,14 +14304,14 @@
1430414304

1430514305
<url>
1430614306
<loc>https://cpprefjp.github.io/reference/execution/execution/connect.html</loc>
14307-
<lastmod>2025-07-31T21:50:28+09:00</lastmod>
14307+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1430814308
<changefreq>daily</changefreq>
1430914309
<priority>0.6</priority>
1431014310
</url>
1431114311

1431214312
<url>
1431314313
<loc>https://cpprefjp.github.io/reference/execution/execution/let_value.html</loc>
14314-
<lastmod>2025-07-31T22:41:23+09:00</lastmod>
14314+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1431514315
<changefreq>daily</changefreq>
1431614316
<priority>0.6</priority>
1431714317
</url>
@@ -14479,7 +14479,7 @@
1447914479

1448014480
<url>
1448114481
<loc>https://cpprefjp.github.io/reference/execution/execution/default_domain/transform_env.html</loc>
14482-
<lastmod>2025-07-31T21:53:21+09:00</lastmod>
14482+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
1448314483
<changefreq>daily</changefreq>
1448414484
<priority>0.5</priority>
1448514485
</url>
@@ -39476,7 +39476,7 @@
3947639476

3947739477
<url>
3947839478
<loc>https://cpprefjp.github.io/lang/cpp20.html</loc>
39479-
<lastmod>2025-07-31T13:45:09+09:00</lastmod>
39479+
<lastmod>2025-08-01T11:42:31+09:00</lastmod>
3948039480
<changefreq>daily</changefreq>
3948139481
<priority>0.8</priority>
3948239482
</url>

0 commit comments

Comments
 (0)