Skip to content

Commit eb161e7

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7477dcf commit eb161e7

7 files changed

Lines changed: 3201 additions & 765 deletions

File tree

implementation-status.html

Lines changed: 5 additions & 5 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-04T11:37:58+09:00">
169-
2026年09月04日 11時37分58秒 (JST)
168+
datetime="2026-09-04T13:38:03+09:00">
169+
2026年09月04日 13時38分03秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2249,9 +2249,9 @@ <h2><a href="#cpp29" id="cpp29">C++29言語機能の実装状況</a></h2>
22492249
<td></td>
22502250
</tr>
22512251
<tr>
2252-
<td>P3899R3: <span href="https://cpprefjp.github.io/lang/cpp29/clarify_the_behavior_of_floating-point_overflow.md.nolink">浮動小数点数のオーバーフローの動作の明確化</span></td>
2253-
<td>浮動小数点演算のオーバーフロー時の動作を明確に規定する</td>
2254-
<td></td>
2252+
<td>P3899R3: <a href="lang/cpp29/clarify_the_behavior_of_floating-point_overflow.html">浮動小数点演算のオーバーフローと無限大・NaNの扱いを明確化</a></td>
2253+
<td>無限大を表現できる浮動小数点型では、オーバーフローは<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>ではなく無限大を生成すると規定する。オーバーフローやNaNを新たに生成する演算は定数式にならず、無限大・NaNの伝播は定数式として扱える</td>
2254+
<td>15 (partial)</td>
22552255
<td></td>
22562256
<td></td>
22572257
<td></td>

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-04T11:37:58+09:00">
181-
2026年09月04日 11時37分58秒 (JST)
180+
datetime="2026-09-04T13:38:03+09:00">
181+
2026年09月04日 13時38分03秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -239,8 +239,8 @@ <h3>変数</h3>
239239
</thead>
240240
<tbody>
241241
<tr>
242-
<td><span href="https://cpprefjp.github.io/lang/cpp29/clarify_the_behavior_of_floating-point_overflow.md.nolink">浮動小数点数のオーバーフローの動作の明確化</span></td>
243-
<td>浮動小数点演算のオーバーフロー時の動作を明確に規定する</td>
242+
<td><a href="cpp29/clarify_the_behavior_of_floating-point_overflow.html">浮動小数点演算のオーバーフローと無限大・NaNの扱いを明確化</a></td>
243+
<td>無限大を表現できる浮動小数点型では、オーバーフローは<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>ではなく無限大を生成すると規定する。オーバーフローやNaNを新たに生成する演算は定数式にならず、無限大・NaNの伝播は定数式として扱える</td>
244244
</tr>
245245
<tr>
246246
<td><span href="https://cpprefjp.github.io/lang/cpp29/nondeterministic_pointer_provenance.md.nolink">非決定的なポインタの由来</span></td>

lang/cpp29/clarify_the_behavior_of_floating-point_overflow.html

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

rss.xml

Lines changed: 2818 additions & 752 deletions
Large diffs are not rendered by default.

sitemap.xml

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

1818
<url>
1919
<loc>https://cpprefjp.github.io/implementation-status.html</loc>
20-
<lastmod>2026-09-04T11:37:58+09:00</lastmod>
20+
<lastmod>2026-09-04T13:38:03+09:00</lastmod>
2121
<changefreq>daily</changefreq>
2222
<priority>0.9</priority>
2323
</url>
@@ -136,7 +136,7 @@
136136

137137
<url>
138138
<loc>https://cpprefjp.github.io/lang/cpp29.html</loc>
139-
<lastmod>2026-09-04T11:37:58+09:00</lastmod>
139+
<lastmod>2026-09-04T13:38:03+09:00</lastmod>
140140
<changefreq>daily</changefreq>
141141
<priority>0.8</priority>
142142
</url>
@@ -1996,6 +1996,13 @@
19961996
<priority>0.7</priority>
19971997
</url>
19981998

1999+
<url>
2000+
<loc>https://cpprefjp.github.io/lang/cpp29/clarify_the_behavior_of_floating-point_overflow.html</loc>
2001+
<lastmod>2026-09-04T13:38:03+09:00</lastmod>
2002+
<changefreq>daily</changefreq>
2003+
<priority>0.7</priority>
2004+
</url>
2005+
19992006
<url>
20002007
<loc>https://cpprefjp.github.io/lang/cpp29/pack_indexing_for_template_names.html</loc>
20012008
<lastmod>2026-09-04T10:48:39+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)