Skip to content

Commit f3a833b

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6886c2a commit f3a833b

51 files changed

Lines changed: 23896 additions & 903 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lang/cpp26.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
<p class="text-right"><small>
178178
最終更新日時:
179179
<time itemprop="datePublished" class="js-local-time"
180-
datetime="2026-07-06T12:41:09+09:00">
181-
2026年07月06日 12時41分09秒 (JST)
180+
datetime="2026-07-29T11:07:26+09:00">
181+
2026年07月29日 11時07分26秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -552,7 +552,7 @@ <h2>ライブラリ更新の概要</h2>
552552
<h3>新ライブラリ</h3>
553553
<ul>
554554
<li>文字列エンコーディングを識別するライブラリとして、<code><a href="../reference/text_encoding.html">&lt;text_encoding&gt;</a></code>を追加</li>
555-
<li>要素のメモリ位置が安定するシーケンスコンテナのライブラリとして<code><span href="https://cpprefjp.github.io/reference/hive.md.nolink">&lt;hive&gt;</span></code>を追加</li>
555+
<li>要素のメモリ位置が安定するシーケンスコンテナのライブラリとして<code><a href="../reference/hive.html">&lt;hive&gt;</a></code>を追加</li>
556556
<li>並行処理におけるデータの参照・更新を行うRCU (Read Copy Update) のライブラリとして、<code><a href="../reference/rcu.html">&lt;rcu&gt;</a></code>を追加</li>
557557
<li>並行処理において参照中のデータが更新されないよう保護するハザードポインタのライブラリとして、<code><span href="https://cpprefjp.github.io/reference/hazard_pointer.md.nolink">&lt;hazard_pointer&gt;</span></code>を追加</li>
558558
<li>データ並列ライブラリとして、<code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code>を追加</li>

lang/cpp26/feature_test_macros.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-06-24T11:55:06+09:00">
193-
2026年06月24日 11時55分06秒 (JST)
192+
datetime="2026-07-29T11:07:26+09:00">
193+
2026年07月29日 11時07分26秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -765,8 +765,8 @@ <h3>ライブラリ</h3>
765765
<tr>
766766
<td><code>__cpp_lib_hive</code></td>
767767
<td><code>202502L</code></td>
768-
<td>シーケンスコンテナのライブラリ<code><span href="https://cpprefjp.github.io/reference/hive.md.nolink">&lt;hive&gt;</span></code>を追加</td>
769-
<td><code><span href="https://cpprefjp.github.io/reference/hive.md.nolink">&lt;hive&gt;</span></code></td>
768+
<td>シーケンスコンテナのライブラリ<code><a href="../../reference/hive.html">&lt;hive&gt;</a></code>を追加</td>
769+
<td><code><a href="../../reference/hive.html">&lt;hive&gt;</a></code></td>
770770
</tr>
771771
<tr>
772772
<td><code>__cpp_lib_indirect</code></td>

reference.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
<p class="text-right"><small>
166166
最終更新日時:
167167
<time itemprop="datePublished" class="js-local-time"
168-
datetime="2026-06-08T20:56:08+09:00">
169-
2026年06月08日 20時56分08秒 (JST)
168+
datetime="2026-07-29T11:07:26+09:00">
169+
2026年07月29日 11時07分26秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -523,6 +523,11 @@ <h2><a href="#container" id="container">コンテナライブラリ</a></h2>
523523
<td>C++11</td>
524524
</tr>
525525
<tr>
526+
<td><code><a href="reference/hive.html">&lt;hive&gt;</a></code></td>
527+
<td>要素のメモリ位置が安定したコンテナ</td>
528+
<td>C++26</td>
529+
</tr>
530+
<tr>
526531
<td><code><a href="reference/list.html">&lt;list&gt;</a></code></td>
527532
<td>双方向リスト</td>
528533
<td></td>

0 commit comments

Comments
 (0)