Skip to content

Commit 5fda5a4

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ba84522 commit 5fda5a4

9 files changed

Lines changed: 1177 additions & 772 deletions

implementation-status.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
<p class="text-right"><small>
166166
最終更新日時:
167167
<time itemprop="datePublished" class="js-local-time"
168-
datetime="2026-09-05T10:50:09+09:00">
169-
2026年09月05日 10時50分09秒 (JST)
168+
datetime="2026-09-05T12:07:45+09:00">
169+
2026年09月05日 12時07分45秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2289,10 +2289,10 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
22892289
<td></td>
22902290
</tr>
22912291
<tr>
2292-
<td>P3658R1: <span href="https://cpprefjp.github.io/lang/cpp29/adjust_identifier_following_new_Unicode_recommendations.md.nolink">新しいUnicode勧告に従った識別子の調整</span></td>
2293-
<td>識別子に使える文字を最新のUnicode勧告に合わせて調整する</td>
2294-
<td></td>
2295-
<td></td>
2292+
<td>P3658R1: <a href="lang/cpp29/adjust_identifier_following_new_Unicode_recommendations.html">数学互換記法の文字を識別子として許可</a></td>
2293+
<td>Unicodeの新しい勧告に従い、<code>∇f</code><code></code>のような数学記法の文字(ID_Compat_Math_Start/Continueプロパティを持つ文字)を識別子に使用できるようにする</td>
2294+
<td>17</td>
2295+
<td>16</td>
22962296
<td></td>
22972297
<td></td>
22982298
</tr>

lang/cpp23/support_for_utf8_as_a_portable_source_file_encoding.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2025-07-10T10:26:30+09:00">
193-
2025年07月10日 10時26分30秒 (JST)
192+
datetime="2026-09-05T12:07:45+09:00">
193+
2026年09月05日 12時07分45秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">Koichi Murase</span>
197+
<span itemprop="name">Akira Takahashi</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -246,6 +246,11 @@ <h1 itemprop="name"><span class="token">汎用的なソースコードのエン
246246
<h2>概要</h2>
247247
<p>C++20まで、ソースコードの文字集合は<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">実装定義</a>だったが、その仕様では移植性に問題があった。C++23からは、すべてのコンパイラはUTF-8文字コードのソースコードをサポートしなければならないことが規定される。</p>
248248
<p>コンパイラは、ほかの文字コードと区別するため、入力ファイルがUTF-8であることを決定する<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">実装定義</a>の手段をもたなければならない。つまり、BOM (バイトオーダーマーク) を認識するだけでは十分ではない。</p>
249+
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
250+
<ul>
251+
<li><a href="../cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.html">C++26 基本文字集合に<code>@</code><code>$</code><code>`</code>を追加</a></li>
252+
<li><a href="../cpp29/adjust_identifier_following_new_Unicode_recommendations.html">C++29 数学互換記法の文字を識別子として許可</a></li>
253+
</ul>
249254
<h2>参照</h2>
250255
<ul>
251256
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2295r6.pdf" target="_blank">P2295R6 Support for UTF-8 as a portable source file encoding</a></li>

lang/cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2024-12-21T08:03:09+09:00">
193-
2024年12月21日 08時03分09秒 (JST)
192+
datetime="2026-09-05T12:07:45+09:00">
193+
2026年09月05日 12時07分45秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">K10-K10</span>
197+
<span itemprop="name">Akira Takahashi</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -259,6 +259,11 @@ <h2>概要</h2>
259259
<span class="p">}</span>
260260
</code></pre></div>
261261
</div></p>
262+
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
263+
<ul>
264+
<li><a href="../cpp23/support_for_utf8_as_a_portable_source_file_encoding.html">C++23 汎用的なソースコードのエンコーディングとしてUTF-8をサポート</a></li>
265+
<li><a href="../cpp29/adjust_identifier_following_new_Unicode_recommendations.html">C++29 数学互換記法の文字を識別子として許可</a></li>
266+
</ul>
262267
<h2>参照</h2>
263268
<ul>
264269
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2558r2.html" target="_blank">P2558R2 Add @, $, and ` to the basic character set</a></li>

lang/cpp29.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
<p class="text-right"><small>
178178
最終更新日時:
179179
<time itemprop="datePublished" class="js-local-time"
180-
datetime="2026-09-05T10:50:09+09:00">
181-
2026年09月05日 10時50分09秒 (JST)
180+
datetime="2026-09-05T12:07:45+09:00">
181+
2026年09月05日 12時07分45秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -421,8 +421,8 @@ <h3>ソースコード</h3>
421421
</thead>
422422
<tbody>
423423
<tr>
424-
<td><span href="https://cpprefjp.github.io/lang/cpp29/adjust_identifier_following_new_Unicode_recommendations.md.nolink">新しいUnicode勧告に従った識別子の調整</span></td>
425-
<td>識別子に使える文字を最新のUnicode勧告に合わせて調整する</td>
424+
<td><a href="cpp29/adjust_identifier_following_new_Unicode_recommendations.html">数学互換記法の文字を識別子として許可</a></td>
425+
<td>Unicodeの新しい勧告に従い、<code>∇f</code><code></code>のような数学記法の文字(ID_Compat_Math_Start/Continueプロパティを持つ文字)を識別子に使用できるようにする</td>
426426
</tr>
427427
</tbody>
428428
</table>

0 commit comments

Comments
 (0)