Skip to content

Commit 954b843

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 0666419 commit 954b843

3 files changed

Lines changed: 4032 additions & 474 deletions

File tree

implementation-status.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@
165165
<p class="text-right"><small>
166166
最終更新日時:
167167
<time itemprop="datePublished" class="js-local-time"
168-
datetime="2026-07-21T15:10:52+09:00">
169-
2026年07月21日 15時10分52秒 (JST)
168+
datetime="2026-07-30T14:42:05+09:00">
169+
2026年07月30日 14時42分05秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
173-
<span itemprop="name">rotarymars</span>
173+
<span itemprop="name">K10-K10</span>
174174
</span>
175175
が更新
176176
</small></p>
@@ -1878,7 +1878,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
18781878
<td>P2552R3: <a href="lang/cpp26/on_the_ignorability_of_standard_attributes.html">属性の無視性を見直し</a></td>
18791879
<td>構文として<a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="implementation-compliance.html#dfn-well-formed">適格</a>な属性のみを無視できるようにし、そうでない属性の使用を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a>とする</td>
18801880
<td>15</td>
1881-
<td></td>
1881+
<td>Yes</td>
18821882
<td></td>
18831883
<td></td>
18841884
</tr>
@@ -1933,7 +1933,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
19331933
<tr>
19341934
<td>P3106R1: <a href="lang/cpp26/clarifying_rules_for_brace_elision_in_aggregate_initialization.html">要素数不明の配列を集成体初期化する規則を明確化</a></td>
19351935
<td>配列要素の集成体初期化で<code>{}</code>が省略された場合の矛盾していた規定を修正</td>
1936-
<td>yes</td>
1936+
<td>Yes</td>
19371937
<td>17</td>
19381938
<td></td>
19391939
<td></td>
@@ -2014,7 +2014,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20142014
<td>P0963R3: <a href="lang/cpp26/structured_binding_declaration_as_a_condition.html">条件式での構造化束縛の使用を許可</a></td>
20152015
<td>式全体を<code>bool</code>値に変換できる場合に条件式で構造化束縛を使用できることとする</td>
20162016
<td>15</td>
2017-
<td></td>
2017+
<td>21</td>
20182018
<td></td>
20192019
<td></td>
20202020
</tr>
@@ -2142,7 +2142,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
21422142
<td>P4136R2: <a href="lang/cpp26/line_is_not_in_line_with_existing_implementation.html"><code>#line</code>ディレクティブの制約を現実の実装に合わせて緩和する</a></td>
21432143
<td><code>#line 0</code><code>#line 2147483648</code>のような行番号指定を<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="implementation-compliance.html#dfn-ill-formed">不適格</a>としていたが、条件付きサポートとして許可する</td>
21442144
<td></td>
2145-
<td>yes</td>
2145+
<td>Yes</td>
21462146
<td></td>
21472147
<td></td>
21482148
</tr>

0 commit comments

Comments
 (0)