Skip to content

Commit 35383bf

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent db1a1c0 commit 35383bf

10 files changed

Lines changed: 19714 additions & 19825 deletions

implementation-status.html

Lines changed: 4 additions & 4 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-03T10:56:54+09:00">
169-
2026年09月03日 10時56分54秒 (JST)
168+
datetime="2026-09-04T10:48:39+09:00">
169+
2026年09月04日 10時48分39秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2361,8 +2361,8 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
23612361
<td></td>
23622362
</tr>
23632363
<tr>
2364-
<td>P3670R4: <span href="https://cpprefjp.github.io/lang/cpp29/pack_indexing_for_template_names.md.nolink">テンプレート名に対するパック添字アクセス</span></td>
2365-
<td>テンプレート名のパックに<code>T...[N]</code>形式の添字アクセスを可能にする</td>
2364+
<td>P3670R4: <a href="lang/cpp29/pack_indexing_for_template_names.html">テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></td>
2365+
<td>テンプレートテンプレートパラメータのパックに<code>TT...[N]</code>形式でインデックスアクセスできるようにする</td>
23662366
<td></td>
23672367
<td>24</td>
23682368
<td></td>

lang/cpp11/variadic_templates.html

Lines changed: 3 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-07-02T16:47:33+09:00">
193-
2026年07月02日 16時47分33秒 (JST)
192+
datetime="2026-09-04T10:48:39+09:00">
193+
2026年09月04日 10時48分39秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -608,6 +608,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
608608
<li><a href="variadic_macros.html">C++11 可変引数マクロ</a></li>
609609
<li><a href="../cpp17/folding_expressions.html">C++17 畳み込み式</a></li>
610610
<li><a href="../cpp26/pack_indexing.html">C++26 パラメータパックへのインデックスアクセスを許可</a></li>
611+
<li><a href="../cpp29/pack_indexing_for_template_names.html">C++29 テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></li>
611612
<li><a href="../cpp26/variadic_friends.html">C++26 可変引数テンプレートで<code>friend</code>宣言をできるようにする</a></li>
612613
<li><a href="../cpp26/reconsider_partial_ordering_of_variadic_templates.html">C++26 可変引数テンプレートの半順序を再検討する</a></li>
613614
</ul>

lang/cpp26/pack_indexing.html

Lines changed: 3 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="2025-05-12T14:52:31+09:00">
193-
2025年05月12日 14時52分31秒 (JST)
192+
datetime="2026-09-04T10:48:39+09:00">
193+
2026年09月04日 10時48分39秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -287,6 +287,7 @@ <h4>出力</h4>
287287
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
288288
<ul>
289289
<li><a href="../cpp11/variadic_templates.html">C++11 可変引数テンプレート</a></li>
290+
<li><a href="../cpp29/pack_indexing_for_template_names.html">C++29 テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></li>
290291
</ul>
291292
<h2>参照</h2>
292293
<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-03T11:24:26+09:00">
181-
2026年09月03日 11時24分26秒 (JST)
180+
datetime="2026-09-04T10:48:39+09:00">
181+
2026年09月04日 10時48分39秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -350,8 +350,8 @@ <h3>テンプレート</h3>
350350
<td>コンセプトの複合要件<code>{ 式 } noexcept</code>で条件付き<code>noexcept</code>を書けるようにする</td>
351351
</tr>
352352
<tr>
353-
<td><span href="https://cpprefjp.github.io/lang/cpp29/pack_indexing_for_template_names.md.nolink">テンプレート名に対するパック添字アクセス</span></td>
354-
<td>テンプレート名のパックに<code>T...[N]</code>形式の添字アクセスを可能にする</td>
353+
<td><a href="cpp29/pack_indexing_for_template_names.html">テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></td>
354+
<td>テンプレートテンプレートパラメータのパックに<code>TT...[N]</code>形式でインデックスアクセスできるようにする</td>
355355
</tr>
356356
</tbody>
357357
</table>

lang/cpp29/feature_test_macros.html

Lines changed: 23 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-03T11:24:26+09:00">
193-
2026年09月03日 11時24分26秒 (JST)
192+
datetime="2026-09-04T10:48:39+09:00">
193+
2026年09月04日 10時48分39秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -244,6 +244,23 @@ <h1 itemprop="name"><span class="token">機能テストマクロ</span><span cla
244244
<p>
245245
</p>
246246
<h2>概要</h2>
247+
<h3>言語</h3>
248+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
249+
<thead>
250+
<tr>
251+
<th>マクロ名</th>
252+
<th></th>
253+
<th>機能</th>
254+
</tr>
255+
</thead>
256+
<tbody>
257+
<tr>
258+
<td><code>__cpp_pack_indexing</code></td>
259+
<td><code>202606L</code></td>
260+
<td><a href="pack_indexing_for_template_names.html">テンプレートテンプレートパラメータのパックへのインデックスアクセスを許可</a></td>
261+
</tr>
262+
</tbody>
263+
</table>
247264
<h3>ライブラリ</h3>
248265
<p>ライブラリの機能テストマクロは全て<code><a href="../../reference/version.html">&lt;version&gt;</a></code>でも提供される。</p>
249266
<table border="1" bordercolor="#888" style="border-collapse:collapse">
@@ -291,6 +308,10 @@ <h3>ライブラリ</h3>
291308
<h2>参照</h2>
292309
<ul>
293310
<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>
311+
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3670r4.pdf" target="_blank">P3670R4 Pack Indexing for Template Names</a><ul>
312+
<li>C++29で<code>__cpp_pack_indexing</code><code>202606L</code>に更新された</li>
313+
</ul>
314+
</li>
294315
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2026/p3428r4.pdf" target="_blank">P3428R4 Hazard Pointer Batches</a><ul>
295316
<li>C++29で<code>__cpp_lib_hazard_pointer</code><code>202606L</code>に更新された</li>
296317
</ul>

0 commit comments

Comments
 (0)