Skip to content

Commit 9913199

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 97590fc commit 9913199

9 files changed

Lines changed: 1011 additions & 707 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-04T14:32:29+09:00">
169-
2026年09月04日 14時32分29秒 (JST)
168+
datetime="2026-09-04T15:04:20+09:00">
169+
2026年09月04日 15時04分20秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2297,10 +2297,10 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
22972297
<td></td>
22982298
</tr>
22992299
<tr>
2300-
<td>P3733R1: <span href="https://cpprefjp.github.io/lang/cpp29/more_named_universal_character_escapes.md.nolink">名前付きユニバーサル文字エスケープを追加</span></td>
2301-
<td><code>\N{...}</code>で使える名前付き文字エスケープを拡張する</td>
2302-
<td></td>
2303-
<td></td>
2300+
<td>P3733R1: <a href="lang/cpp29/more_named_universal_character_escapes.html">名前付きユニバーサルキャラクタ名で使用できる別名を拡張</a></td>
2301+
<td><code>\N{}</code>に指定できる文字名の別名の分類制限を撤廃し、<code>\N{NBSP}</code>のような略称 (abbreviation) なども使用できるようにする</td>
2302+
<td>17</td>
2303+
<td>23</td>
23042304
<td></td>
23052305
<td></td>
23062306
</tr>

lang/cpp23/named_universal_character_escapes.html

Lines changed: 4 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-11-14T01:52:58+09:00">
193-
2024年11月14日 01時52分58秒 (JST)
192+
datetime="2026-09-04T15:04:20+09:00">
193+
2026年09月04日 15時04分20秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">onihusube</span>
197+
<span itemprop="name">Akira Takahashi</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -277,6 +277,7 @@ <h3>出力</h3>
277277
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
278278
<ul>
279279
<li><a href="../cpp11/char16_32.html">C++11 <code>char16_t</code><code>char32_t</code></a></li>
280+
<li><a href="../cpp29/more_named_universal_character_escapes.html">C++29 名前付きユニバーサルキャラクタ名で使用できる別名を拡張</a></li>
280281
</ul>
281282
<h2>参照</h2>
282283
<ul>

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-04T14:32:29+09:00">
181-
2026年09月04日 14時32分29秒 (JST)
180+
datetime="2026-09-04T15:04:20+09:00">
181+
2026年09月04日 15時04分20秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -254,8 +254,8 @@ <h3>文字列</h3>
254254
</thead>
255255
<tbody>
256256
<tr>
257-
<td><span href="https://cpprefjp.github.io/lang/cpp29/more_named_universal_character_escapes.md.nolink">名前付きユニバーサル文字エスケープを追加</span></td>
258-
<td><code>\N{...}</code>で使える名前付き文字エスケープを拡張する</td>
257+
<td><a href="cpp29/more_named_universal_character_escapes.html">名前付きユニバーサルキャラクタ名で使用できる別名を拡張</a></td>
258+
<td><code>\N{}</code>に指定できる文字名の別名の分類制限を撤廃し、<code>\N{NBSP}</code>のような略称 (abbreviation) なども使用できるようにする</td>
259259
</tr>
260260
</tbody>
261261
</table>

lang/cpp29/feature_test_macros.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-09-04T11:37:58+09:00">
193-
2026年09月04日 11時37分58秒 (JST)
192+
datetime="2026-09-04T15:04:20+09:00">
193+
2026年09月04日 15時04分20秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -265,6 +265,11 @@ <h3>言語</h3>
265265
<td><a href="contracts_for_virtual_functions.html">仮想関数への事前条件・事後条件の指定を許可</a></td>
266266
</tr>
267267
<tr>
268+
<td><code>__cpp_named_character_escapes</code></td>
269+
<td><code>202606L</code></td>
270+
<td><a href="more_named_universal_character_escapes.html">名前付きユニバーサルキャラクタ名で使用できる別名を拡張</a></td>
271+
</tr>
272+
<tr>
268273
<td><code>__cpp_pack_indexing</code></td>
269274
<td><code>202606L</code></td>
270275
<td><a href="pack_indexing_for_template_names.html">テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></td>
@@ -318,6 +323,10 @@ <h3>ライブラリ</h3>
318323
<h2>参照</h2>
319324
<ul>
320325
<li><a href="https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations" target="_blank">SD-FeatureTest: Feature-Test Macros and Policies - isocpp</a></li>
326+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3733r1.html" target="_blank">P3733R1 More named universal character escapes</a><ul>
327+
<li>C++29で<code>__cpp_named_character_escapes</code><code>202606L</code>に更新された</li>
328+
</ul>
329+
</li>
321330
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3097r3.pdf" target="_blank">P3097R3 Contracts for C++: Virtual functions</a><ul>
322331
<li>C++29で<code>__cpp_contracts</code><code>202606L</code>に更新された</li>
323332
</ul>

0 commit comments

Comments
 (0)