Skip to content

Commit 28ff89c

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent d976ae7 commit 28ff89c

File tree

7 files changed

+5888
-5750
lines changed

7 files changed

+5888
-5750
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-06T09:01:01">
168-
2026年04月06日 09時01分01秒
167+
<span itemprop="datePublished" content="2026-04-07T07:14:17">
168+
2026年04月07日 07時14分17秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2098,7 +2098,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20982098
<td></td>
20992099
</tr>
21002100
<tr>
2101-
<td>P2843R3: <span href="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink">プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更</span></td>
2101+
<td>P2843R3: <a href="lang/cpp26/preprocessing_is_never_undefined.html">プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更</a></td>
21022102
<td>プリプロセッサとレキサーの文脈での「<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>」用語を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a> (<a class="cpprefjp-defined-word" data-desc="処理系は規則違反に対してエラーメッセージや警告を出さないかもしれない" href="implementation-compliance.html#dfn-no-diagnostic-required">診断不要</a>) に変更</td>
21032103
<td>16</td>
21042104
<td></td>

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-06T09:01:01">
180-
2026年04月06日 09時01分01秒
179+
<span itemprop="datePublished" content="2026-04-07T07:14:17">
180+
2026年04月07日 07時14分17秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -419,7 +419,7 @@ <h3>プリプロセッサ</h3>
419419
<td>バイナリファイルをインクルードするメカニズム。<code>#include</code>とちがって読み出しサイズなどの柔軟な指定ができる</td>
420420
</tr>
421421
<tr>
422-
<td><span href="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink">プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更</span></td>
422+
<td><a href="cpp26/preprocessing_is_never_undefined.html">プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更</a></td>
423423
<td>プリプロセッサとレキサーの文脈での「<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>」用語を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../implementation-compliance.html#dfn-ill-formed">不適格</a> (<a class="cpprefjp-defined-word" data-desc="処理系は規則違反に対してエラーメッセージや警告を出さないかもしれない" href="../implementation-compliance.html#dfn-no-diagnostic-required">診断不要</a>) に変更</td>
424424
</tr>
425425
</tbody>

0 commit comments

Comments
 (0)