Skip to content

Commit eb06bc1

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 72719fd commit eb06bc1

3 files changed

Lines changed: 1933 additions & 730 deletions

File tree

implementation.html

Lines changed: 11 additions & 4 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-08-01T11:59:20+09:00">
169-
2026年08月01日 11時59分20秒 (JST)
168+
datetime="2026-08-01T12:04:34+09:00">
169+
2026年08月01日 12時04分34秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -285,8 +285,8 @@ <h3>C++23の機能を有効にする</h3>
285285
</ul>
286286
<h3>C++26の機能を有効にする</h3>
287287
<ul>
288-
<li>Clang 17.0以降は、<code>-std=c++2c</code>オプションを使用する。<ul>
289-
<li>GNU拡張を有効にする<code>-std=gnu++2c</code>オプションもある。</li>
288+
<li>Clang 17.0以降は、<code>-std=c++26</code>オプションもしくは仮称バージョンの<code>-std=c++2c</code>オプションを使用する。<ul>
289+
<li>GNU拡張を有効にする<code>-std=gnu++26</code>および<code>-std=gnu++2c</code>オプションもある。</li>
290290
</ul>
291291
</li>
292292
</ul>
@@ -362,6 +362,13 @@ <h3>C++23の機能を有効にする</h3>
362362
</ul>
363363
</li>
364364
</ul>
365+
<h3>C++26の機能を有効にする</h3>
366+
<ul>
367+
<li>GCC 14.1以降は、<code>-std=c++26</code>オプションもしくは仮称バージョンの<code>-std=c++2c</code>オプションを使用する。<ul>
368+
<li>GNU拡張を有効にする<code>-std=gnu++26</code>および<code>-std=gnu++2c</code>オプションもある。</li>
369+
</ul>
370+
</li>
371+
</ul>
365372
<h2><a href="#icc" id="icc">Intel C++ Compiler</a></h2>
366373
<p>このサイトでは ICC と呼ぶ。</p>
367374
<ul>

0 commit comments

Comments
 (0)