Skip to content

Commit 619472b

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 94fe33b commit 619472b

8 files changed

Lines changed: 6656 additions & 5812 deletions

File tree

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-07T12:00:37+09:00">
169-
2026年09月07日 12時00分37秒 (JST)
168+
datetime="2026-09-07T12:13:35+09:00">
169+
2026年09月07日 12時13分35秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2188,8 +2188,8 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
21882188
<td></td>
21892189
</tr>
21902190
<tr>
2191-
<td>P4149R1: <span href="https://cpprefjp.github.io/lang/cpp26/define_immediate_context.md.nolink">「immediate context」の定義を明確化</span></td>
2192-
<td>SFINAEにおける「immediate context」の用語を厳密に定義し、置換失敗の範囲を明確にする</td>
2191+
<td>P4149R1: <a href="lang/cpp26/define_immediate_context.html">SFINAEが適用される「直接文脈」を定義</a></td>
2192+
<td>テンプレートの置換失敗がエラーにならない範囲を「直接文脈」として正式に定義し、デフォルト引数・<code>noexcept</code>指定・契約指定子の中での置換失敗がコンパイルエラーとなることを明確化する</td>
21932193
<td></td>
21942194
<td></td>
21952195
<td></td>

lang/cpp11/sfinae_expressions.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-08-25T12:11:17+09:00">
193-
2026年08月25日 12時11分17秒 (JST)
192+
datetime="2026-09-07T12:13:35+09:00">
193+
2026年09月07日 12時13分35秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -483,6 +483,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
483483
<li><code><a href="../../reference/type_traits.html">&lt;type_traits&gt;</a></code></li>
484484
<li><code><a href="../../reference/utility/declval.html">declval</a></code></li>
485485
<li><code><a href="../../reference/type_traits/enable_if.html">enable_if</a></code></li>
486+
<li><a href="../cpp26/define_immediate_context.html">C++26 SFINAEが適用される「直接文脈」を定義</a></li>
486487
</ul>
487488
<h2>参照</h2>
488489
<ul>

lang/cpp26.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-07T12:00:37+09:00">
181-
2026年09月07日 12時00分37秒 (JST)
180+
datetime="2026-09-07T12:13:35+09:00">
181+
2026年09月07日 12時13分35秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -401,8 +401,8 @@ <h3>テンプレート</h3>
401401
<td>テンプレートテンプレートパラメータからクラステンプレート引数を推論できるようにクラステンプレートのテンプレート引数推論を拡張する</td>
402402
</tr>
403403
<tr>
404-
<td><span href="https://cpprefjp.github.io/lang/cpp26/define_immediate_context.md.nolink">「immediate context」の定義を明確化</span></td>
405-
<td>SFINAEにおける「immediate context」の用語を厳密に定義し、置換失敗の範囲を明確にする</td>
404+
<td><a href="cpp26/define_immediate_context.html">SFINAEが適用される「直接文脈」を定義</a></td>
405+
<td>テンプレートの置換失敗がエラーにならない範囲を「直接文脈」として正式に定義し、デフォルト引数・<code>noexcept</code>指定・契約指定子の中での置換失敗がコンパイルエラーとなることを明確化する</td>
406406
</tr>
407407
</tbody>
408408
</table>

lang/cpp26/define_immediate_context.html

Lines changed: 355 additions & 0 deletions
Large diffs are not rendered by default.

rss.xml

Lines changed: 6278 additions & 5797 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<url>
4747
<loc>https://cpprefjp.github.io/implementation-status.html</loc>
48-
<lastmod>2026-09-07T12:00:37+09:00</lastmod>
48+
<lastmod>2026-09-07T12:13:35+09:00</lastmod>
4949
<changefreq>daily</changefreq>
5050
<priority>0.9</priority>
5151
</url>
@@ -48457,7 +48457,7 @@
4845748457

4845848458
<url>
4845948459
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
48460-
<lastmod>2026-09-07T12:00:37+09:00</lastmod>
48460+
<lastmod>2026-09-07T12:13:35+09:00</lastmod>
4846148461
<changefreq>daily</changefreq>
4846248462
<priority>0.8</priority>
4846348463
</url>
@@ -49253,6 +49253,13 @@
4925349253
<priority>0.7</priority>
4925449254
</url>
4925549255

49256+
<url>
49257+
<loc>https://cpprefjp.github.io/lang/cpp26/define_immediate_context.html</loc>
49258+
<lastmod>2026-09-07T12:13:35+09:00</lastmod>
49259+
<changefreq>daily</changefreq>
49260+
<priority>0.7</priority>
49261+
</url>
49262+
4925649263
<url>
4925749264
<loc>https://cpprefjp.github.io/lang/cpp26/variadic_friends.html</loc>
4925849265
<lastmod>2026-07-31T10:41:25+09:00</lastmod>
@@ -49829,7 +49836,7 @@
4982949836

4983049837
<url>
4983149838
<loc>https://cpprefjp.github.io/lang/cpp11/sfinae_expressions.html</loc>
49832-
<lastmod>2026-08-25T12:12:36+09:00</lastmod>
49839+
<lastmod>2026-09-07T12:13:35+09:00</lastmod>
4983349840
<changefreq>daily</changefreq>
4983449841
<priority>0.7</priority>
4983549842
</url>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)