Skip to content

Commit 8a85ddc

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

12 files changed

+6381
-5661
lines changed

implementation-status.html

Lines changed: 6 additions & 6 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-07T07:14:17">
168-
2026年04月07日 07時14分17秒
167+
<span itemprop="datePublished" content="2026-04-07T13:01:19">
168+
2026年04月07日 13時01分19秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1978,8 +1978,8 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
19781978
<td></td>
19791979
</tr>
19801980
<tr>
1981-
<td>P2963R3: <span href="https://cpprefjp.github.io/lang/cpp26/ordering_of_constraints_involving_fold_expressions.md.nolink">制約式内での畳み込み式の順序付け</span></td>
1982-
<td>畳み込み式では全体ではなく個別の制約を原子制約式として扱う</td>
1981+
<td>P2963R3: <a href="lang/cpp26/ordering_of_constraints_involving_fold_expressions.html">制約式内での畳み込み式の順序付け</a></td>
1982+
<td>畳み込み式を含む制約の包摂関係を認識できるようにし、<a class="cpprefjp-defined-word" data-desc="関数呼び出し時に、同名の関数の中から実際に呼び出す関数を決定する処理。このときの候補になることを、オーバーロード解決に参加するという">オーバーロード解決</a>の曖昧さを解消する</td>
19831983
<td></td>
19841984
<td>19</td>
19851985
<td></td>
@@ -2050,8 +2050,8 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20502050
<td></td>
20512051
</tr>
20522052
<tr>
2053-
<td>P2841R7: <span href="https://cpprefjp.github.io/lang/cpp26/concept_and_variable-template_template-parameters.md.nolink">コンセプトと変数テンプレートにテンプレートテンプレートパラメータのサポートを追加</span></td>
2054-
<td>テンプレート引数をあとで指定するテンプレートテンプレートパラメータを、コンセプトと変数テンプレートでも使用できるようにする</td>
2053+
<td>P2841R7: <a href="lang/cpp26/concept_and_variable-template_template-parameters.html">コンセプトと変数テンプレートをテンプレート引数として渡せるようにする</a></td>
2054+
<td>テンプレートテンプレートパラメータとして、クラステンプレートやエイリアステンプレートに加え、コンセプトと変数テンプレートも渡せるようにする</td>
20552055
<td></td>
20562056
<td></td>
20572057
<td></td>

lang/cpp14/variable_templates.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-10T01:26:30">
192-
2025年07月10日 01時26分30秒
191+
<span itemprop="datePublished" content="2026-04-07T13:01:19">
192+
2026年04月07日 13時01分19秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -321,6 +321,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
321321
<li><a href="../cpp11/constexpr.html">C++11 <code>constexpr</code></a></li>
322322
<li><a href="../cpp17/allow_default_template_arguments_of_variable_templates.html">C++17 変数テンプレートのデフォルトテンプレート引数を許可</a></li>
323323
<li><a href="../cpp23/generalized_wording_for_partial_specializations.html">C++23 変数テンプレートの部分特殊化を許可</a></li>
324+
<li><a href="../cpp26/concept_and_variable-template_template-parameters.html">C++26 コンセプトと変数テンプレートをテンプレート引数として渡せるようにする</a></li>
324325
</ul>
325326
<h2>参照</h2>
326327
<ul>

lang/cpp17/folding_expressions.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-05-23T01:33:50">
192-
2025年05月23日 01時33分50秒
191+
<span itemprop="datePublished" content="2026-04-07T13:01:19">
192+
2026年04月07日 13時01分19秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -448,6 +448,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
448448
<ul>
449449
<li><a href="../cpp11/variadic_templates.html">C++11 可変引数テンプレート</a></li>
450450
<li><code><a href="../../reference/numeric/accumulate.html">std::accumulate</a></code><a class="cpprefjp-defined-word" data-desc="2つのイテレータで表現される半開区間を表す。C++20からイテレータと番兵で異なる型であっても指定可能になる">イテレータ範囲</a>について累積的に二項演算を行う</li>
451+
<li><a href="../cpp26/ordering_of_constraints_involving_fold_expressions.html">C++26 制約式内での畳み込み式の順序付け</a></li>
451452
</ul>
452453
<h2>参照</h2>
453454
<ul>

lang/cpp20/concepts.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-16T17:13:36">
192-
2026年01月16日 17時13分36秒
191+
<span itemprop="datePublished" content="2026-04-07T13:01:19">
192+
2026年04月07日 13時01分19秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -1249,6 +1249,8 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
12491249
<li><code><a href="../../reference/iterator.html">&lt;iterator&gt;</a></code></li>
12501250
<li><code><a href="../../reference/ranges.html">&lt;ranges&gt;</a></code></li>
12511251
<li><a href="function_templates_with_auto_parameters.html">C++20 autoパラメータによる関数テンプレートの簡易定義</a></li>
1252+
<li><a href="../cpp26/ordering_of_constraints_involving_fold_expressions.html">C++26 制約式内での畳み込み式の順序付け</a></li>
1253+
<li><a href="../cpp26/concept_and_variable-template_template-parameters.html">C++26 コンセプトと変数テンプレートをテンプレート引数として渡せるようにする</a></li>
12521254
</ul>
12531255
<h2>参照</h2>
12541256
<ul>

lang/cpp26.html

Lines changed: 6 additions & 6 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-07T07:14:17">
180-
2026年04月07日 07時14分17秒
179+
<span itemprop="datePublished" content="2026-04-07T13:01:19">
180+
2026年04月07日 13時01分19秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -349,16 +349,16 @@ <h3>テンプレート</h3>
349349
<td>可変引数テンプレートのパラメータパックに添字アクセスできるようにする</td>
350350
</tr>
351351
<tr>
352-
<td><span href="https://cpprefjp.github.io/lang/cpp26/ordering_of_constraints_involving_fold_expressions.md.nolink">制約式内での畳み込み式の順序付け</span></td>
353-
<td>畳み込み式では全体ではなく個別の制約を原子制約式として扱う</td>
352+
<td><a href="cpp26/ordering_of_constraints_involving_fold_expressions.html">制約式内での畳み込み式の順序付け</a></td>
353+
<td>畳み込み式を含む制約の包摂関係を認識できるようにし、<a class="cpprefjp-defined-word" data-desc="関数呼び出し時に、同名の関数の中から実際に呼び出す関数を決定する処理。このときの候補になることを、オーバーロード解決に参加するという">オーバーロード解決</a>の曖昧さを解消する</td>
354354
</tr>
355355
<tr>
356356
<td><a href="cpp26/variadic_friends.html">可変引数テンプレートで<code>friend</code>宣言をできるようにする</a></td>
357357
<td>クラステンプレートの可変引数テンプレートでまとめて<code>friend</code>宣言できるようにする</td>
358358
</tr>
359359
<tr>
360-
<td><span href="https://cpprefjp.github.io/lang/cpp26/concept_and_variable-template_template-parameters.md.nolink">コンセプトと変数テンプレートにテンプレートテンプレートパラメータのサポートを追加</span></td>
361-
<td>テンプレート引数をあとで指定するテンプレートテンプレートパラメータを、コンセプトと変数テンプレートでも使用できるようにする</td>
360+
<td><a href="cpp26/concept_and_variable-template_template-parameters.html">コンセプトと変数テンプレートをテンプレート引数として渡せるようにする</a></td>
361+
<td>テンプレートテンプレートパラメータとして、クラステンプレートやエイリアステンプレートに加え、コンセプトと変数テンプレートも渡せるようにする</td>
362362
</tr>
363363
</tbody>
364364
</table>

0 commit comments

Comments
 (0)