22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2025-08-11T06:39:27.968574 </updated >
6- <id >6639e193-a75f-4210-9b14-d0e197135c82 </id >
5+ <updated >2025-08-11T06:50:43.347178 </updated >
6+ <id >f44c6951-a0f8-45ac-8b3c-930b42bf33e3 </id >
77
88
9+ <entry >
10+ <title >swap (非メンバ関数) -- fix wrong link regarding < spanstream> (#1051)</title >
11+ <link href =" https://cpprefjp.github.io/reference/spanstream/basic_ospanstream/swap_free.html" />
12+ <id >9402b83e34605fac386727aa0220390147b03ab5:reference/spanstream/basic_ospanstream/swap_free.md</id >
13+ <updated >2025-08-11T15:46:48+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/spanstream/basic_ospanstream/swap_free.md b/reference/spanstream/basic_ospanstream/swap_free.md
16+ index 70031da31..84b886ec8 100644
17+ --- a/reference/spanstream/basic_ospanstream/swap_free.md
18+ +++ b/reference/spanstream/basic_ospanstream/swap_free.md
19+ @@ -38,8 +38,8 @@ int main()
20+ std::cout & lt;& lt; oss2.span().data() & lt;& lt; std::endl;
21+ }
22+ ```
23+ -* std::swap(ioss1, oss2);[color ff0000]
24+ -* std::ispanstream[link /reference/spanstream/basic_ospanstream.md]
25+ +* std::swap(oss1, oss2);[color ff0000]
26+ +* std::ospanstream[link /reference/spanstream/basic_ospanstream.md]
27+ * std::span& lt;char& gt;[link /reference/span/span.md]
28+ * span()[link span.md]
29+ * data()[link /reference/span/span/data.md]
30+ < /code>< /pre> </summary >
31+
32+ <author >
33+ <name >suomesta</name >
34+ 35+ </author >
36+ </entry >
37+
38+ <entry >
39+ <title >コンストラクタ -- fix wrong link regarding < spanstream> (#1051)</title >
40+ <link href =" https://cpprefjp.github.io/reference/spanstream/basic_spanbuf/op_constructor.html" />
41+ <id >9402b83e34605fac386727aa0220390147b03ab5:reference/spanstream/basic_spanbuf/op_constructor.md</id >
42+ <updated >2025-08-11T15:46:48+09:00</updated >
43+
44+ <summary type =" html" >< pre>< code> diff --git a/reference/spanstream/basic_spanbuf/op_constructor.md b/reference/spanstream/basic_spanbuf/op_constructor.md
45+ index 91c7eb40a..506915cb3 100644
46+ --- a/reference/spanstream/basic_spanbuf/op_constructor.md
47+ +++ b/reference/spanstream/basic_spanbuf/op_constructor.md
48+ @@ -81,7 +81,7 @@ int main()
49+ * std::span& lt;char& gt;[link /reference/span/span.md]
50+ * in_avail()[link /reference/streambuf/basic_streambuf/in_avail.md]
51+ * sbumpc()[link /reference/streambuf/basic_streambuf/sbumpc.md]
52+ -* pubseekpos()[link /reference/streambuf/basic_streambuf/pubseekpos.md]
53+ +* pubseekpos[link /reference/streambuf/basic_streambuf/pubseekpos.md]
54+ * std::move[link /reference/utility/move.md]
55+
56+ ### 出力
57+ < /code>< /pre> </summary >
58+
59+ <author >
60+ <name >suomesta</name >
61+ 62+ </author >
63+ </entry >
64+
965 <entry >
1066 <title >C++23 -- add < spanstream> library (#1051)</title >
1167 <link href =" https://cpprefjp.github.io/lang/cpp23.html" />
@@ -5090,31 +5146,4 @@ index cbbfd3013..000000000
50905146 </author >
50915147 </entry >
50925148
5093- <entry >
5094- <title >upon_stopped -- execution/upon_stopped: fix typo</title >
5095- <link href =" https://cpprefjp.github.io/reference/execution/execution/upon_stopped.html" />
5096- <id >7e7cde1c8c2275deeec2333c3fb2f37ab0118951:reference/execution/execution/upon_stopped.md</id >
5097- <updated >2025-08-08T14:30:48+09:00</updated >
5098-
5099- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/upon_stopped.md b/reference/execution/execution/upon_stopped.md
5100- index dc0698ae6..6e2a712f0 100644
5101- --- a/reference/execution/execution/upon_stopped.md
5102- +++ b/reference/execution/execution/upon_stopped.md
5103- @@ -31,7 +31,7 @@ transform_sender(get-domain-early(sndr), make-sender(upon_stopped, f, sndr))
5104- * make-sender[link make-sender.md]
5105-
5106-
5107- -### Senderアルゴリズムタグ `upon_error`
5108- +### Senderアルゴリズムタグ `upon_stopped`
5109- Senderアルゴリズム動作説明用のクラステンプレート[`impls-for`](impls-for.md)に対して、下記の特殊化が定義される。
5110-
5111- ```cpp
5112- < /code>< /pre> </summary >
5113-
5114- <author >
5115- <name >yoh</name >
5116- 5117- </author >
5118- </entry >
5119-
51205149</feed >
0 commit comments