Skip to content

Commit 1be9799

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7848f41 commit 1be9799

File tree

4 files changed

+608
-1570
lines changed

4 files changed

+608
-1570
lines changed

reference/algorithm/adjacent_find.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2023-11-15T07:16:27">
192-
2023年11月15日 07時16分27秒
191+
<span itemprop="datePublished" content="2025-04-04T13:32:42">
192+
2025年04月04日 13時32分42秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">onihusube</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -339,6 +339,18 @@ <h2>実装例</h2>
339339
<span class="p">}</span>
340340
</code></pre></div>
341341
</p>
342+
<h2>バージョン</h2>
343+
<h3>言語</h3>
344+
<ul>
345+
<li>C++98</li>
346+
</ul>
347+
<h3>処理系</h3>
348+
<ul>
349+
<li><a href="../../implementation.html#clang">Clang</a>: 14.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
350+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.5.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
351+
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
352+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
353+
</ul>
342354
<h2>参照</h2>
343355
<ul>
344356
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html" target="_blank">P0202R3 Add Constexpr Modifiers to Functions in <code>&lt;algorithm&gt;</code> and <code>&lt;utility&gt;</code> Headers</a></li>

reference/algorithm/ranges_all_of.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2025-04-04T13:20:44">
192+
2025年04月04日 13時20分44秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -302,7 +302,7 @@ <h3>言語</h3>
302302
</ul>
303303
<h3>処理系</h3>
304304
<ul>
305-
<li><a href="../../implementation.html#clang">Clang</a>: ??</li>
305+
<li><a href="../../implementation.html#clang">Clang</a>: 16.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
306306
<li><a href="../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
307307
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
308308
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>

0 commit comments

Comments
 (0)