Skip to content

Commit cd0cee2

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent c887692 commit cd0cee2

File tree

7 files changed

+3142
-250
lines changed

7 files changed

+3142
-250
lines changed

implementation-status.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2025-04-15T07:37:36">
168-
2025年04月15日 07時37分36秒
167+
<span itemprop="datePublished" content="2025-04-20T13:53:57">
168+
2025年04月20日 13時53分57秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">Akira Takahashi</span>
172+
<span itemprop="name">rotarymars</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -2039,7 +2039,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20392039
<td></td>
20402040
</tr>
20412041
<tr>
2042-
<td>P2900R14: <span href="https://cpprefjp.github.io/lang/cpp26/contracts.md.nolink">契約プログラミングをサポートする</span></td>
2042+
<td>P2900R14: <a href="lang/cpp26/contracts.html">契約プログラミングをサポートする</a></td>
20432043
<td>関数の<a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Postconditions。関数を実行後に満たされている条件。契約属性の`[[ensures]]`に相当">事後条件</a>、不変条件を記述できるようにする</td>
20442044
<td></td>
20452045
<td></td>

lang/cpp26.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-04-15T07:37:36">
180-
2025年04月15日 07時37分36秒
179+
<span itemprop="datePublished" content="2025-04-20T13:53:57">
180+
2025年04月20日 13時53分57秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Akira Takahashi</span>
184+
<span itemprop="name">rotarymars</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -300,7 +300,7 @@ <h3>関数</h3>
300300
<td><code>f() = delete("reason");</code></td>
301301
</tr>
302302
<tr>
303-
<td><span href="https://cpprefjp.github.io/lang/cpp26/contracts.md.nolink">契約プログラミングをサポートする</span></td>
303+
<td><a href="cpp26/contracts.html">契約プログラミングをサポートする</a></td>
304304
<td>関数の<a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Postconditions。関数を実行後に満たされている条件。契約属性の`[[ensures]]`に相当">事後条件</a>、不変条件を記述できるようにする</td>
305305
</tr>
306306
</tbody>

lang/cpp26/contracts.html

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

rss.xml

Lines changed: 2785 additions & 238 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
<url>
8989
<loc>https://cpprefjp.github.io/implementation-status.html</loc>
90-
<lastmod>2025-04-15T16:37:36+09:00</lastmod>
90+
<lastmod>2025-04-20T22:53:57+09:00</lastmod>
9191
<changefreq>daily</changefreq>
9292
<priority>0.9</priority>
9393
</url>
@@ -37005,7 +37005,7 @@
3700537005

3700637006
<url>
3700737007
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
37008-
<lastmod>2025-04-15T16:37:36+09:00</lastmod>
37008+
<lastmod>2025-04-20T22:53:57+09:00</lastmod>
3700937009
<changefreq>daily</changefreq>
3701037010
<priority>0.8</priority>
3701137011
</url>
@@ -37836,6 +37836,13 @@
3783637836
<priority>0.7</priority>
3783737837
</url>
3783837838

37839+
<url>
37840+
<loc>https://cpprefjp.github.io/lang/cpp26/contracts.html</loc>
37841+
<lastmod>2025-04-20T22:57:27+09:00</lastmod>
37842+
<changefreq>daily</changefreq>
37843+
<priority>0.7</priority>
37844+
</url>
37845+
3783937846
<url>
3784037847
<loc>https://cpprefjp.github.io/lang/cpp26/delete_reason.html</loc>
3784137848
<lastmod>2025-04-03T12:32:11+09:00</lastmod>

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)