Skip to content

Commit 001dea3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 1be9799 commit 001dea3

File tree

7 files changed

+151
-1273
lines changed

7 files changed

+151
-1273
lines changed

reference/algorithm/binary_search.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="2022-12-28T02:13:14">
192-
2022年12月28日 02時13分14秒
191+
<span itemprop="datePublished" content="2025-04-04T13:37:58">
192+
2025年04月04日 13時37分58秒
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>
@@ -293,6 +293,18 @@ <h2>実装例</h2>
293293
<span class="p">}</span>
294294
</code></pre></div>
295295
</p>
296+
<h2>バージョン</h2>
297+
<h3>言語</h3>
298+
<ul>
299+
<li>C++98</li>
300+
</ul>
301+
<h3>処理系</h3>
302+
<ul>
303+
<li><a href="../../implementation.html#clang">Clang</a>: 14.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
304+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.5.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
305+
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
306+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
307+
</ul>
296308
<h2>参照</h2>
297309
<ul>
298310
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#787" target="_blank">LWG Issue 787. complexity of <code>binary_search</code></a><ul>

reference/algorithm/copy.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="2022-12-27T15:47:26">
192-
2022年12月27日 15時47分26秒
191+
<span itemprop="datePublished" content="2025-04-04T13:52:45">
192+
2025年04月04日 13時52分45秒
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>
@@ -283,6 +283,18 @@ <h2>実装例</h2>
283283
<span class="p">}</span>
284284
</code></pre></div>
285285
</p>
286+
<h2>バージョン</h2>
287+
<h3>言語</h3>
288+
<ul>
289+
<li>C++98</li>
290+
</ul>
291+
<h3>処理系</h3>
292+
<ul>
293+
<li><a href="../../implementation.html#clang">Clang</a>: 14.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
294+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.5.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
295+
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
296+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
297+
</ul>
286298
<h2>参照</h2>
287299
<ul>
288300
<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/copy_backward.html

Lines changed: 12 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="2022-12-27T15:47:26">
192-
2022年12月27日 15時47分26秒
191+
<span itemprop="datePublished" content="2025-04-04T13:43:37">
192+
2025年04月04日 13時43分37秒
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>
@@ -273,6 +273,15 @@ <h2>実装例</h2>
273273
<span class="p">}</span>
274274
</code></pre></div>
275275
</p>
276+
<h2>バージョン</h2>
277+
<h3>言語</h3>
278+
<h3>処理系</h3>
279+
<ul>
280+
<li><a href="../../implementation.html#clang">Clang</a>: 14.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
281+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.5.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
282+
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
283+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
284+
</ul>
276285
<h2>参照</h2>
277286
<ul>
278287
<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/count.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="2022-12-28T02:13:14">
192-
2022年12月28日 02時13分14秒
191+
<span itemprop="datePublished" content="2025-04-04T14:01:39">
192+
2025年04月04日 14時01分39秒
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>
@@ -268,6 +268,18 @@ <h2>実装例</h2>
268268
<span class="p">}</span>
269269
</code></pre></div>
270270
</p>
271+
<h2>バージョン</h2>
272+
<h3>言語</h3>
273+
<ul>
274+
<li>C++98</li>
275+
</ul>
276+
<h3>処理系</h3>
277+
<ul>
278+
<li><a href="../../implementation.html#clang">Clang</a>: 14.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
279+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.5.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
280+
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
281+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
282+
</ul>
271283
<h2>参照</h2>
272284
<ul>
273285
<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/count_if.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="2022-12-28T02:13:14">
192-
2022年12月28日 02時13分14秒
191+
<span itemprop="datePublished" content="2025-04-04T13:58:40">
192+
2025年04月04日 13時58分40秒
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>
@@ -270,6 +270,18 @@ <h2>実装例</h2>
270270
<span class="p">}</span>
271271
</code></pre></div>
272272
</p>
273+
<h2>バージョン</h2>
274+
<h3>言語</h3>
275+
<ul>
276+
<li>C++98</li>
277+
</ul>
278+
<h3>処理系</h3>
279+
<ul>
280+
<li><a href="../../implementation.html#clang">Clang</a>: 14.0.6 <span aria-label="検証済" role="img" title="検証済"></span></li>
281+
<li><a href="../../implementation.html#gcc">GCC</a>: 9.5.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
282+
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
283+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
284+
</ul>
273285
<h2>参照</h2>
274286
<ul>
275287
<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>

0 commit comments

Comments
 (0)