File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PR [ \# 1497] ( https://github.com/cpprefjp/site/pull/1497 ) プレビュー
2- - ⌚ ; 更新時刻: 2025-08-19 21:18:17 JST
2+ - ⌚ ; 更新時刻: 2025-08-20 13:29:27 JST
33- 🔍 ; [ プレビュー (HTML)] ( https://cpprefjp.github.io/site/gen/pull/1497 )
44- 📈 ; [ プレビュー生成記録] ( https://github.com/cpprefjp/site/actions?query=event%3Apull_request_target+branch%3Acpp26_2025_08 )
5- - ** ⫯ ; ** ソースの変更: [ ` 0712ced..f178ffe ` ] ( https://github.com/cpprefjp/site/compare/0712ced43f1c245d85b081c3130d68999456f790..f178ffe9a310a9b04f712b633316aa8a0a874b1f )
5+ - ** ⫯ ; ** ソースの変更: [ ` 0712ced..48871af ` ] ( https://github.com/cpprefjp/site/compare/0712ced43f1c245d85b081c3130d68999456f790..48871af0ebbad1193c1a1041353596bdabb1d034 )
66
77## 変更記事一覧 (2件)
88
Original file line number Diff line number Diff line change 164164
165165 < p class ="text-right "> < small >
166166 最終更新日時(UTC):
167- < span itemprop ="datePublished " content ="2025-08-19T12:13:28 ">
168- 2025年08月19日 12時13分28秒
167+ < span itemprop ="datePublished " content ="2025-08-20T04:24:43 ">
168+ 2025年08月20日 04時24分43秒
169169 </ span >
170170 < br />
171171 < span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -2104,8 +2104,8 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
21042104< td > </ td >
21052105</ tr >
21062106< tr >
2107- < td > P2843R3: < span href ="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink "> プリプロセッサ仕様での「未定義動作」を不適格または診断不要に変更 </ span > </ td >
2108- < 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 >
2107+ < td > P2843R3: < span href ="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink "> プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更 </ span > </ td >
2108+ < 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 >
21092109< td > 16</ td >
21102110< td > </ td >
21112111< td > </ td >
Original file line number Diff line number Diff line change 176176
177177 < p class ="text-right "> < small >
178178 最終更新日時(UTC):
179- < span itemprop ="datePublished " content ="2025-08-19T12:13:28 ">
180- 2025年08月19日 12時13分28秒
179+ < span itemprop ="datePublished " content ="2025-08-20T04:24:43 ">
180+ 2025年08月20日 04時24分43秒
181181 </ span >
182182 < br />
183183 < span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -423,8 +423,8 @@ <h3>プリプロセッサ</h3>
423423< td > バイナリファイルをインクルードするメカニズム。< code > #include</ code > とちがって読み出しサイズなどの柔軟な指定ができる</ td >
424424</ tr >
425425< tr >
426- < td > < span href ="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink "> プリプロセッサ仕様での「未定義動作」を不適格または診断不要に変更 </ span > </ td >
427- < 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 >
426+ < td > < span href ="https://cpprefjp.github.io/lang/cpp26/preprocessing_is_never_undefined.md.nolink "> プリプロセッサ仕様での「未定義動作」を不適格 (診断不要) に変更 </ span > </ td >
427+ < 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 >
428428</ tr >
429429</ tbody >
430430</ table >
You can’t perform that action at this time.
0 commit comments