Skip to content

Commit dc0d94b

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 81fa724 commit dc0d94b

File tree

10 files changed

+232
-110
lines changed

10 files changed

+232
-110
lines changed

lang/cpp20/allowing_dynamic_cast_polymorphic_typeid_in_constant_expressions.html

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

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-07-08T07:33:21">
192-
2024年07月08日 07時33分21秒
191+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
192+
2025年06月09日 08時31分47秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -302,7 +302,6 @@ <h2>参照</h2>
302302
<ul>
303303
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1327r1.html" target="_blank">P1327R1 Allowing dynamic_cast, polymorphic typeid in Constant Expressions</a></li>
304304
<li><a href="https://wg21.link/P1328" target="_blank">P1328R0 Making std::type_info::operator== constexpr</a></li>
305-
<li><a href="https://github.com/cplusplus/papers/issues/70" target="_blank">P1328 Making std::type_info::operator== constexpr - cplusplus/papers</a></li>
306305
</ul></div>
307306

308307
</div>

reference/ranges/owning_view/base.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -280,10 +280,6 @@ <h3>処理系</h3>
280280
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
281281
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
282282
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
283-
</ul>
284-
<h2>参照</h2>
285-
<ul>
286-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
287283
</ul></div>
288284

289285
</div>

reference/ranges/owning_view/begin.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -272,10 +272,6 @@ <h3>処理系</h3>
272272
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
273273
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
274274
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
275-
</ul>
276-
<h2>参照</h2>
277-
<ul>
278-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
279275
</ul></div>
280276

281277
</div>

reference/ranges/owning_view/data.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -277,10 +277,6 @@ <h3>処理系</h3>
277277
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
278278
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
279279
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
280-
</ul>
281-
<h2>参照</h2>
282-
<ul>
283-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
284280
</ul></div>
285281

286282
</div>

reference/ranges/owning_view/empty.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -272,10 +272,6 @@ <h3>処理系</h3>
272272
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
273273
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
274274
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
275-
</ul>
276-
<h2>参照</h2>
277-
<ul>
278-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
279275
</ul></div>
280276

281277
</div>

reference/ranges/owning_view/end.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -269,10 +269,6 @@ <h3>処理系</h3>
269269
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
270270
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
271271
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
272-
</ul>
273-
<h2>参照</h2>
274-
<ul>
275-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
276272
</ul></div>
277273

278274
</div>

reference/ranges/owning_view/op_constructor.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -295,10 +295,6 @@ <h3>処理系</h3>
295295
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
296296
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
297297
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
298-
</ul>
299-
<h2>参照</h2>
300-
<ul>
301-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
302298
</ul></div>
303299

304300
</div>

reference/ranges/owning_view/size.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-04T03:43:01">
204-
2025年06月04日 03時43分01秒
203+
<span itemprop="datePublished" content="2025-06-09T08:31:47">
204+
2025年06月09日 08時31分47秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -273,10 +273,6 @@ <h3>処理系</h3>
273273
<li><a href="../../../implementation.html#gcc">GCC</a>: 10.1.0 <span aria-label="検証済" role="img" title="検証済"></span></li>
274274
<li><a href="../../../implementation.html#icc">ICC</a>: ?</li>
275275
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: 2019 Update 10 <span aria-label="検証済" role="img" title="検証済"></span></li>
276-
</ul>
277-
<h2>参照</h2>
278-
<ul>
279-
<li><a href="https://timsong-cpp.github.io/cppwp/n4892/range.all" target="_blank">N4892 24.7.3 All view</a></li>
280276
</ul></div>
281277

282278
</div>

0 commit comments

Comments
 (0)