Skip to content

Commit 472d214

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7a19d80 commit 472d214

35 files changed

+13607
-19
lines changed

lang/cpp23.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-06-25T13:48:21">
180-
2025年06月25日 13時48分21秒
179+
<span itemprop="datePublished" content="2025-08-11T06:35:16">
180+
2025年08月11日 06時35分16秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -473,7 +473,7 @@ <h3>新ライブラリ</h3>
473473
<li>C++標準ライブラリ全体のモジュールとして<code><a href="../module/std.html">std</a></code>、C互換ライブラリ全体のモジュールとして<code><a href="../module/std.compat.html">std.compat</a></code>を追加</li>
474474
<li>スタックトレースを取得するためのライブラリとして<code><a href="../reference/stacktrace.html">&lt;stacktrace&gt;</a></code>を追加</li>
475475
<li>CとC++の間でのアトミック操作の相互運用のため、C互換ライブラリとして<code><a href="../reference/stdatomic.h.html">&lt;stdatomic.h&gt;</a></code>を追加</li>
476-
<li>外部から提供されるメモリバッファでストリーム処理を行うライブラリとして<code><span href="https://cpprefjp.github.io/reference/spanstream.md.nolink">&lt;spanstream&gt;</span></code>を追加</li>
476+
<li>外部から提供されるメモリバッファでストリーム処理を行うライブラリとして<code><a href="../reference/spanstream.html">&lt;spanstream&gt;</a></code>を追加</li>
477477
<li>正常値とエラー値のどちらかを持つクラスおよびライブラリとして<code><a href="../reference/expected.html">&lt;expected&gt;</a></code>を追加</li>
478478
<li>多次元配列ビューのライブラリとして<code><a href="../reference/mdspan.html">&lt;mdspan&gt;</a></code>を追加</li>
479479
<li>ノードベースではないソート済みキーによる順序付き連想コンテナのライブラリとして、<code><a href="../reference/flat_map.html">&lt;flat_map&gt;</a></code><code><a href="../reference/flat_set.html">&lt;flat_set&gt;</a></code>を追加</li>

lang/cpp23/feature_test_macros.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-10T01:26:30">
192-
2025年07月10日 01時26分30秒
191+
<span itemprop="datePublished" content="2025-08-11T06:35:16">
192+
2025年08月11日 06時35分16秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">suomesta</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -619,8 +619,8 @@ <h3>ライブラリ</h3>
619619
<tr>
620620
<td><code>__cpp_lib_spanstream</code></td>
621621
<td><code>202106L</code></td>
622-
<td><code>&lt;spanstream&gt;</code>の追加</td>
623-
<td><code>&lt;spanstream&gt;</code></td>
622+
<td><code><a href="../../reference/spanstream.html">&lt;spanstream&gt;</a></code>の追加</td>
623+
<td><code><a href="../../reference/spanstream.html">&lt;spanstream&gt;</a></code></td>
624624
</tr>
625625
<tr>
626626
<td><code>__cpp_lib_stacktrace</code></td>

reference.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2025-04-25T03:45:01">
168-
2025年04月25日 03時45分01秒
167+
<span itemprop="datePublished" content="2025-08-11T06:35:16">
168+
2025年08月11日 06時35分16秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">rotarymars</span>
172+
<span itemprop="name">suomesta</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -756,7 +756,7 @@ <h2><a href="#io" id="io">入出力ライブラリ</a></h2>
756756
<td>C++20</td>
757757
</tr>
758758
<tr>
759-
<td><code><span href="https://cpprefjp.github.io/reference/spanstream.md.nolink">&lt;spanstream&gt;</span></code></td>
759+
<td><code><a href="reference/spanstream.html">&lt;spanstream&gt;</a></code></td>
760760
<td>メモリバッファの所有権をもたないストリーム</td>
761761
<td>C++23</td>
762762
</tr>

0 commit comments

Comments
 (0)