Skip to content

Commit 73268a5

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ab5d62f commit 73268a5

34 files changed

Lines changed: 15860 additions & 15952 deletions

‎reference/algorithm/fill_n.html‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-09-11T13:06:31+09:00">
193-
2026年09月11日 13時06分31秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">Akira Takahashi</span>
197+
<span itemprop="name">rotarymars</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -383,7 +383,10 @@ <h2>実装例</h2>
383383
<h3>処理系</h3>
384384
<ul>
385385
<li><a href="../../implementation.html#clang">Clang</a>:</li>
386-
<li><a href="../../implementation.html#gcc">GCC</a>: </li>
386+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span><ul>
387+
<li>2つめの例(波カッコ初期化子リストによる呼び出し、C++26)は15.1.0から。</li>
388+
</ul>
389+
</li>
387390
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2010 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2012 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2013 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2015 <span aria-label="検証済" role="img" title="検証済">✅</span><ul>
388391
<li>C++11への対応(<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>の変更)は2012から。</li>
389392
</ul>

‎reference/algorithm/for_each.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -354,7 +354,7 @@ <h4>出力</h4>
354354
<h3>処理系</h3>
355355
<ul>
356356
<li><a href="../../implementation.html#clang">Clang</a>: 9.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
357-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
357+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
358358
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2005 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2008 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2010 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2012 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2013 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2015 <span aria-label="検証済" role="img" title="検証済">✅</span><ul>
359359
<li>C++11への対応(<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>のムーブ)は2012から。</li>
360360
</ul>

‎reference/algorithm/generate_n.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -321,7 +321,7 @@ <h2>実装例</h2>
321321
<h3>処理系</h3>
322322
<ul>
323323
<li><a href="../../implementation.html#clang">Clang</a>: 9.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
324-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
324+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
325325
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2005 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2008 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2010 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2012 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2013 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2015 <span aria-label="検証済" role="img" title="検証済">✅</span><ul>
326326
<li>C++11への対応(<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>の変更)は2012から。</li>
327327
</ul>

‎reference/algorithm/shift_left.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -313,7 +313,7 @@ <h3>言語</h3>
313313
<h3>処理系</h3>
314314
<ul>
315315
<li><a href="../../implementation.html#clang">Clang</a>: 12.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
316-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
316+
<li><a href="../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
317317
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
318318
</ul>
319319
<h2>関連項目</h2>

‎reference/algorithm/shift_right.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -314,7 +314,7 @@ <h3>言語</h3>
314314
<h3>処理系</h3>
315315
<ul>
316316
<li><a href="../../implementation.html#clang">Clang</a>: 12.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
317-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
317+
<li><a href="../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
318318
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
319319
</ul>
320320
<h2>関連項目</h2>

‎reference/atomic/atomic_init.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-09-11T13:06:31+09:00">
193-
2026年09月11日 13時06分31秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">Akira Takahashi</span>
197+
<span itemprop="name">rotarymars</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -300,7 +300,7 @@ <h3>言語</h3>
300300
<h3>処理系</h3>
301301
<ul>
302302
<li><a href="../../implementation.html#clang">Clang</a>: 3.3 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
303-
<li><a href="../../implementation.html#gcc">GCC</a>: </li>
303+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
304304
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2012 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2013 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
305305
</ul>
306306
<h2>関連項目</h2>

‎reference/bit/endian.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -304,7 +304,7 @@ <h3>言語</h3>
304304
<h3>処理系</h3>
305305
<ul>
306306
<li><a href="../../implementation.html#clang">Clang</a>: 9.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
307-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
307+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
308308
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
309309
</ul>
310310
<h2>関連項目</h2>

‎reference/chrono/make24.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h2>例</h2>
263263
<span class="w"> </span><span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span><span class="w"> </span><span class="nb">false</span><span class="p">)</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
264264

265265
<span class="w"> </span><span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span><span class="w"> </span><span class="nb">true</span><span class="p">)</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
266-
<span class="w"> </span><span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span><span class="w"> </span><span class="nb">true</span><span class="p">)</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
266+
<span class="w"> </span><span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span><span class="w"> </span><span class="nb">true</span><span class="p">)</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="mi">1Z</span><span class="n">wOLagkswxdlfqLaItrauHcarQFFtwAO</span><span class="p">);</span>
267267
<span class="w"> </span><span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span><span class="w"> </span><span class="nb">true</span><span class="p">)</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
268268
<span class="w"> </span><span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span><span class="w"> </span><span class="nb">true</span><span class="p">)</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
269269
<span class="p">}</span>

‎reference/cmath/double_t.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -265,7 +265,7 @@ <h3>言語</h3>
265265
<h3>処理系</h3>
266266
<ul>
267267
<li><a href="../../implementation.html#clang">Clang</a>: 9.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
268-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
268+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
269269
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2013 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2015 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2017 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2019 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2022 <span aria-label="検証済" role="img" title="検証済">✅</span><ul>
270270
<li>2013, 2015では、常に<code>double</code>の別名。</li>
271271
<li>2017以降で、ターゲットのCPUアーキテクチャが<code>x86</code>以外である場合、<code>double</code>の別名。</li>

‎reference/cmath/float_t.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="2026-09-19T21:31:51+09:00">
193-
2026年09月19日 21時31分51秒 (JST)
192+
datetime="2026-09-20T18:40:00+09:00">
193+
2026年09月20日 18時40分00秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -265,7 +265,7 @@ <h3>言語</h3>
265265
<h3>処理系</h3>
266266
<ul>
267267
<li><a href="../../implementation.html#clang">Clang</a>: 9.0.1 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
268-
<li><a href="../../implementation.html#gcc">GCC</a>:</li>
268+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1.0 <span aria-label="検証済" role="img" title="検証済">✅</span></li>
269269
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2013 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2015 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2017 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2019 <span aria-label="検証済" role="img" title="検証済">✅</span>, 2022 <span aria-label="検証済" role="img" title="検証済">✅</span><ul>
270270
<li>2013, 2015では、常に<code>float</code>の別名。</li>
271271
<li>2017以降で、ターゲットのCPUアーキテクチャが<code>x86</code>以外である場合、<code>float</code>の別名。</li>

0 commit comments

Comments
 (0)