Skip to content

Commit cb8936d

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent f53a07d commit cb8936d

File tree

8 files changed

+3276
-69
lines changed

8 files changed

+3276
-69
lines changed

implementation-status.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2026-04-03T01:04:23">
168-
2026年04月03日 01時04分23秒
167+
<span itemprop="datePublished" content="2026-04-06T01:14:31">
168+
2026年04月06日 01時14分31秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2090,7 +2090,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20902090
<td></td>
20912091
</tr>
20922092
<tr>
2093-
<td>P3533R2: <span href="https://cpprefjp.github.io/lang/cpp26/constexpr_virtual_inheritance.md.nolink"><code>constexpr</code>仮想継承を許可</span></td>
2093+
<td>P3533R2: <a href="lang/cpp26/constexpr_virtual_inheritance.html"><code>constexpr</code>仮想継承を許可</a></td>
20942094
<td>定数式の文脈での仮想継承を許可</td>
20952095
<td>16</td>
20962096
<td></td>

lang/cpp11/constexpr.html

Lines changed: 3 additions & 2 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="2025-05-13T08:20:39">
192-
2025年05月13日 08時20分39秒
191+
<span itemprop="datePublished" content="2026-04-06T01:14:31">
192+
2026年04月06日 01時14分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -390,6 +390,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
390390
<li><a href="../cpp26/constexpr_cast_from_voidptr.html">C++26 定数式での<code>void*</code>からポインタ型へのキャストを許可</a></li>
391391
<li><a href="../cpp26/constexpr_placement_new.html">C++26 <code>constexpr</code>配置<code>new</code></a></li>
392392
<li><a href="../cpp26/constexpr_structured_bindings_and_references_to_constexpr_variables.html">C++26 <code>constexpr</code>構造化束縛の許可と、<code>constexpr</code>参照の制限緩和</a></li>
393+
<li><a href="../cpp26/constexpr_virtual_inheritance.html">C++26 <code>constexpr</code>仮想継承を許可</a></li>
393394
</ul>
394395
<h2>参照</h2>
395396
<ul>

lang/cpp26.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2026-04-03T01:04:23">
180-
2026年04月03日 01時04分23秒
179+
<span itemprop="datePublished" content="2026-04-06T01:14:31">
180+
2026年04月06日 01時14分31秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -400,7 +400,7 @@ <h3>定数式</h3>
400400
<td>定数式の文脈での<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>の送出と捕捉を許可</td>
401401
</tr>
402402
<tr>
403-
<td><span href="https://cpprefjp.github.io/lang/cpp26/constexpr_virtual_inheritance.md.nolink"><code>constexpr</code>仮想継承を許可</span></td>
403+
<td><a href="cpp26/constexpr_virtual_inheritance.html"><code>constexpr</code>仮想継承を許可</a></td>
404404
<td>定数式の文脈での仮想継承を許可</td>
405405
</tr>
406406
</tbody>

lang/cpp26/constexpr_virtual_inheritance.html

Lines changed: 308 additions & 0 deletions
Large diffs are not rendered by default.

rss.xml

Lines changed: 2947 additions & 56 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
<url>
8989
<loc>https://cpprefjp.github.io/implementation-status.html</loc>
90-
<lastmod>2026-04-03T10:04:23+09:00</lastmod>
90+
<lastmod>2026-04-06T10:14:31+09:00</lastmod>
9191
<changefreq>daily</changefreq>
9292
<priority>0.9</priority>
9393
</url>
@@ -241,7 +241,7 @@
241241

242242
<url>
243243
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
244-
<lastmod>2026-04-03T10:04:23+09:00</lastmod>
244+
<lastmod>2026-04-06T10:14:31+09:00</lastmod>
245245
<changefreq>daily</changefreq>
246246
<priority>0.8</priority>
247247
</url>
@@ -605,7 +605,7 @@
605605

606606
<url>
607607
<loc>https://cpprefjp.github.io/lang/cpp11/constexpr.html</loc>
608-
<lastmod>2026-03-05T18:27:18+09:00</lastmod>
608+
<lastmod>2026-04-06T10:14:31+09:00</lastmod>
609609
<changefreq>daily</changefreq>
610610
<priority>0.7</priority>
611611
</url>
@@ -1954,6 +1954,13 @@
19541954
<priority>0.7</priority>
19551955
</url>
19561956

1957+
<url>
1958+
<loc>https://cpprefjp.github.io/lang/cpp26/constexpr_virtual_inheritance.html</loc>
1959+
<lastmod>2026-04-06T10:14:31+09:00</lastmod>
1960+
<changefreq>daily</changefreq>
1961+
<priority>0.7</priority>
1962+
</url>
1963+
19571964
<url>
19581965
<loc>https://cpprefjp.github.io/lang/cpp26/pack_indexing.html</loc>
19591966
<lastmod>2026-03-05T18:27:18+09:00</lastmod>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)