Skip to content

Commit cbf95f3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6ce0b42 commit cbf95f3

File tree

4 files changed

+2938
-1602
lines changed

4 files changed

+2938
-1602
lines changed

implementation-status.html

Lines changed: 10 additions & 2 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-01-08T02:58:15">
168-
2026年01月08日 02時58分15秒
167+
<span itemprop="datePublished" content="2026-01-08T03:33:22">
168+
2026年01月08日 03時33分22秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2103,6 +2103,14 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
21032103
<td></td>
21042104
<td></td>
21052105
</tr>
2106+
<tr>
2107+
<td>P3868R1: <span href="https://cpprefjp.github.io/lang/cpp26/allow_line_before_module_declarations.md.nolink">モジュール宣言より前での<code>#line</code>ディレクティブの使用を許可する</span></td>
2108+
<td>モジュール宣言より前での<code>#line</code>ディレクティブの使用を禁止していたのは過度な制限だった</td>
2109+
<td></td>
2110+
<td></td>
2111+
<td></td>
2112+
<td></td>
2113+
</tr>
21062114
</tbody>
21072115
</table>
21082116
<p>各処理系のC++26実装状況ページ:</p>

lang/cpp26.html

Lines changed: 6 additions & 2 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-01-08T02:58:15">
180-
2026年01月08日 02時58分15秒
179+
<span itemprop="datePublished" content="2026-01-08T03:33:22">
180+
2026年01月08日 03時33分22秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -456,6 +456,10 @@ <h3>モジュール</h3>
456456
<td><span href="https://cpprefjp.github.io/lang/cpp26/allow_attaching_main_to_the_global_module.md.nolink"><code>main</code>関数をグローバルモジュールに含められるようにする</span></td>
457457
<td><code>main</code>関数に<code>extern "C++"</code>を指定できるようにすることで名前付きモジュールに含められるようにする</td>
458458
</tr>
459+
<tr>
460+
<td><span href="https://cpprefjp.github.io/lang/cpp26/allow_line_before_module_declarations.md.nolink">モジュール宣言より前での<code>#line</code>ディレクティブの使用を許可する</span></td>
461+
<td>モジュール宣言より前での<code>#line</code>ディレクティブの使用を禁止していたのは過度な制限だった</td>
462+
</tr>
459463
</tbody>
460464
</table>
461465
<h3>機能の非推奨化</h3>

0 commit comments

Comments
 (0)