Skip to content

Commit 8477355

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent e5ae2d6 commit 8477355

4 files changed

Lines changed: 942 additions & 1318 deletions

File tree

implementation-status.html

Lines changed: 3 additions & 3 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-09-07T10:52:31+09:00">
169-
2026年09月07日 10時52分31秒 (JST)
168+
datetime="2026-09-07T11:01:38+09:00">
169+
2026年09月07日 11時01分38秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2210,7 +2210,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
22102210
<li>GCC: <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx26" target="_blank">C++26 Support in GCC</a></li>
22112211
<li>Clang:<ul>
22122212
<li><a href="https://clang.llvm.org/cxx_status.html#cxx26" target="_blank">C++2c implementation status</a></li>
2213-
<li><a href="https://libcxx.llvm.org/Status/Format.html" target="_blank">libc++ Format Status</a></li>
2213+
<li><a href="https://libcxx.llvm.org/Status/Cxx26.html" target="_blank">libc++ C++26 Status</a></li>
22142214
</ul>
22152215
</li>
22162216
<li>Visual C++ (MSVC):<ul>

reference/new/hardware_destructive_interference_size.html

Lines changed: 3 additions & 3 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="2024-09-18T14:54:15+09:00">
193-
2024年09月18日 14時54分15秒 (JST)
192+
datetime="2026-09-07T11:01:38+09:00">
193+
2026年09月07日 11時01分38秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -343,7 +343,7 @@ <h2>参照</h2>
343343
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4523.html" target="_blank">N4523 <code>constexpr std::thread::hardware_{true,false}_sharing_size</code></a></li>
344344
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0154r0.html" target="_blank">P0154R0 <code>constexpr std::hardware_{constructive,destructive}_interference_size</code></a></li>
345345
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0154r1.html" target="_blank">P0154R1 <code>constexpr std::hardware_{constructive,destructive}_interference_size</code></a></li>
346-
<li><a href="http://www.kumikomi.net/archives/2005/02/02multi.php?page=11" target="_blank">今さら聞けないマルチプロセッサの基礎教えます ――キャッシュの共有,割り込みの共有,OSによる制御 - ページ11 キャッシュの利用にも注意が必要</a></li>
346+
<li><a href="https://web.archive.org/web/20260307123141/http://www.kumikomi.net/archives/2005/02/02multi.php?page=11" target="_blank">今さら聞けないマルチプロセッサの基礎教えます ――キャッシュの共有,割り込みの共有,OSによる制御 - ページ11 キャッシュの利用にも注意が必要</a></li>
347347
<li><a href="http://yoskhdia.hatenablog.com/entry/2016/06/03/191329" target="_blank">false sharingの整理 - yoskhdia’s diary</a></li>
348348
<li><a href="https://stackoverflow.com/questions/39680206/understanding-stdhardware-destructive-interference-size-and-stdhardware-cons" target="_blank">Understanding <code>std::hardware_destructive_interference_size</code> and <code>std::hardware_constructive_interference_size</code> - Stack Overflow</a><ul>
349349
<li>設計についての作者JF Bastien氏からのコメントがある</li>

0 commit comments

Comments
 (0)