File tree Expand file tree Collapse file tree 3 files changed +721
-44
lines changed
Expand file tree Collapse file tree 3 files changed +721
-44
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments