Skip to content

Commit 1af8c1a

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent aa1fbd7 commit 1af8c1a

File tree

3 files changed

+721
-44
lines changed

3 files changed

+721
-44
lines changed

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="2025-04-23T08:42:49">
180-
2025年04月23日 08時42分49秒
179+
<span itemprop="datePublished" content="2025-04-24T01:28:45">
180+
2025年04月24日 01時28分45秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -875,7 +875,7 @@ <h3>機能の非推奨化</h3>
875875
<li>これは<code><a href="../reference/type_traits/is_trivially_copyable.html">std::is_trivially_copyable</a></code><code><a href="../reference/type_traits/is_trivially_default_constructible.html">std::is_trivially_default_constructible</a></code>の2つが合わさったものであるが、それらは異なる状況で必要になるものであった</li>
876876
</ul>
877877
</li>
878-
<li><code><a href="../reference/atomic/memory_order.html">std::memory_order::consume</a></code><code><a href="../reference/atomic/kill_dependency.html">std::kill_dependency()</a></code>を非推奨化</li>
878+
<li><code><a href="../reference/atomic/memory_order.html">std::memory_order::consume</a></code>、それに関連して<code><a href="../reference/atomic/kill_dependency.html">std::kill_dependency()</a></code>を非推奨化し、<code><a href="cpp11/attributes.html">[[carries_dependency]]</a></code>属性を削除</li>
879879
</ul>
880880
<h3>非推奨の取り消し</h3>
881881
<ul>

0 commit comments

Comments
 (0)