Skip to content

Commit 0a14fb2

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 9125b51 commit 0a14fb2

File tree

18 files changed

+6232
-58
lines changed

18 files changed

+6232
-58
lines changed

implementation.html

Lines changed: 11 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-02-17T06:35:02">
168-
2025年02月17日 06時35分02秒
167+
<span itemprop="datePublished" content="2026-02-25T04:06:35">
168+
2026年02月25日 04時06分35秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">Koichi Murase</span>
172+
<span itemprop="name">Akira Takahashi</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -382,11 +382,18 @@ <h3><a href="#visual_cpp_ver" id="visual_cpp_ver">バージョンの表記</a></
382382
</thead>
383383
<tbody>
384384
<tr>
385+
<td>2026 Update 2</td>
386+
<td>Visual Studio 2026 Version 18.2</td>
387+
<td>14.50</td>
388+
<td>??</td>
389+
<td>??</td>
390+
</tr>
391+
<tr>
385392
<td>2022 Update 14</td>
386393
<td>Visual Studio 2022 Version 17.14.0</td>
387394
<td>14.44</td>
388395
<td>1944</td>
389-
<td></td>
396+
<td>??</td>
390397
</tr>
391398
<tr>
392399
<td>2022 Update 13</td>

lang/cpp26.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="2026-01-31T04:25:25">
180-
2026年01月31日 04時25分25秒
179+
<span itemprop="datePublished" content="2026-02-25T04:06:35">
180+
2026年02月25日 04時06分35秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -784,7 +784,7 @@ <h3>並行・並列・非同期処理</h3>
784784
<h3>スマートポインタ・メモリ関連</h3>
785785
<ul>
786786
<li>動的確保したオブジェクトに値の意味論をもたせてディープコピーさせるユーティリティクラスとして、<code><a href="../reference/memory.html">&lt;memory&gt;</a></code><code><span href="https://cpprefjp.github.io/reference/memory/indirect.md.nolink">std::indirect</span></code>クラスと<code><span href="https://cpprefjp.github.io/reference/memory/polymorphic.md.nolink">std::polymorphic</span></code>クラスを追加</li>
787-
<li><code><a href="../reference/memory/weak_ptr.html">std::weak_ptr</a></code>を非順序連想コンテナのキーとして使用できるよう、<code><a href="../reference/memory.html">&lt;memory&gt;</a></code>に所有権ベースのハッシュ値を取得する関数オブジェクト<code><span href="https://cpprefjp.github.io/reference/memory/owner_hash.md.nolink">std::owner_hash</span></code>、および所有権ベースの等値比較を行う関数オブジェクト<code><span href="https://cpprefjp.github.io/reference/memory/owner_equal.md.nolink">std::owner_equal</span></code>を追加<ul>
787+
<li><code><a href="../reference/memory/weak_ptr.html">std::weak_ptr</a></code>を非順序連想コンテナのキーとして使用できるよう、<code><a href="../reference/memory.html">&lt;memory&gt;</a></code>に所有権ベースのハッシュ値を取得する関数オブジェクト<code><a href="../reference/memory/owner_hash.html">std::owner_hash</a></code>、および所有権ベースの等値比較を行う関数オブジェクト<code><a href="../reference/memory/owner_equal.html">std::owner_equal</a></code>を追加<ul>
788788
<li>関連して、<code><a href="../reference/memory/shared_ptr.html">std::shared_ptr</a></code>クラスと<code><a href="../reference/memory/weak_ptr.html">std::weak_ptr</a></code>クラスのメンバ関数として、<code>owner_hash()</code><code>owner_equal()</code>を追加</li>
789789
</ul>
790790
</li>

lang/cpp26/feature_test_macros.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-28T06:28:47">
192-
2026年01月28日 06時28分47秒
191+
<span itemprop="datePublished" content="2026-02-25T04:06:35">
192+
2026年02月25日 04時06分35秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -955,7 +955,7 @@ <h3>ライブラリ</h3>
955955
<tr>
956956
<td><code>__cpp_lib_smart_ptr_owner_equality</code></td>
957957
<td><code>202306L</code></td>
958-
<td><code><a href="../../reference/memory.html">&lt;memory&gt;</a></code><code><span href="https://cpprefjp.github.io/reference/memory/owner_hash.md.nolink">std::owner_hash</span></code><code><span href="https://cpprefjp.github.io/reference/memory/owner_equal.md.nolink">std::owner_equal</span></code>を追加</td>
958+
<td><code><a href="../../reference/memory.html">&lt;memory&gt;</a></code><code><a href="../../reference/memory/owner_hash.html">std::owner_hash</a></code><code><a href="../../reference/memory/owner_equal.html">std::owner_equal</a></code>を追加</td>
959959
<td><code><a href="../../reference/memory.html">&lt;memory&gt;</a></code></td>
960960
</tr>
961961
<tr>

reference/execution/execution/system_context_replaceability/query_parallel_scheduler_backend.html

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

213213
<p class="text-right"><small>
214214
最終更新日時(UTC):
215-
<span itemprop="datePublished" content="2026-01-20T10:25:40">
216-
2026年01月20日 10時25分40秒
215+
<span itemprop="datePublished" content="2026-02-25T04:06:35">
216+
2026年02月25日 04時06分35秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
220-
<span itemprop="name">yoh</span>
220+
<span itemprop="name">Akira Takahashi</span>
221221
</span>
222222
が更新
223223
</small></p>
@@ -246,7 +246,7 @@ <h2>概要</h2>
246246
<p><a href="../parallel_scheduler.html">並列Scheduler</a>の実装オブジェクトを返す。</p>
247247
<h2>効果</h2>
248248
<p>オブジェクト<code>p</code>は、<code>p.get()</code>がその生存期間内に最派生オブジェクト<code>o</code>基底クラスの部分オブジェクトである<code><a href="parallel_scheduler_backend.html">parallel_scheduler_backend</a></code>オブジェクトを指すものとする。
249-
その存続期間内に<code>q.<span href="https://cpprefjp.github.io/reference/memory/shared_ptr/owner_equal.md.nolink">owner_equal</span>(p)</code><code>true</code>となる<code><a href="../../../memory/shared_ptr.html">shared_ptr</a></code>オブジェクト<code>q</code>が存在する限り、<code>o</code>の存続期間は終了しない。</p>
249+
その存続期間内に<code>q.<a href="../../../memory/shared_ptr/owner_equal.html">owner_equal</a>(p)</code><code>true</code>となる<code><a href="../../../memory/shared_ptr.html">shared_ptr</a></code>オブジェクト<code>q</code>が存在する限り、<code>o</code>の存続期間は終了しない。</p>
250250
<h2>備考</h2>
251251
<p>この関数は置換可能(replaceable)である。</p>
252252
<h2>バージョン</h2>

0 commit comments

Comments
 (0)