Skip to content

Commit efc2d73

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent d399a05 commit efc2d73

File tree

8 files changed

+1576
-278
lines changed

8 files changed

+1576
-278
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="2026-04-01T02:09:31">
168-
2026年04月01日 02時09分31秒
167+
<span itemprop="datePublished" content="2026-04-02T02:09:00">
168+
2026年04月02日 02時09分00秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
172-
<span itemprop="name">Akiko Kawai</span>
172+
<span itemprop="name">Akira Takahashi</span>
173173
</span>
174174
が更新
175175
</small></p>
@@ -2066,7 +2066,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20662066
<td></td>
20672067
</tr>
20682068
<tr>
2069-
<td>P3618R0: <span href="https://cpprefjp.github.io/lang/cpp26/allow_attaching_main_to_the_global_module.md.nolink"><code>main</code>関数をグローバルモジュールに含められるようにする</span></td>
2069+
<td>P3618R0: <a href="lang/cpp26/allow_attaching_main_to_the_global_module.html"><code>main</code>関数をグローバルモジュールに含められるようにする</a></td>
20702070
<td><code>main</code>関数に<code>extern "C++"</code>を指定できるようにすることで名前付きモジュールに含められるようにする</td>
20712071
<td>16</td>
20722072
<td>21</td>

lang/cpp20/modules.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-01-16T17:13:36">
192-
2026年01月16日 17時13分36秒
191+
<span itemprop="datePublished" content="2026-04-02T02:09:00">
192+
2026年04月02日 02時09分00秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">yoh</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -618,6 +618,7 @@ <h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
618618
<ul>
619619
<li><a href="../cpp23/meaningful_exports.html">C++23 無意味なexport宣言を禁止する</a></li>
620620
<li><a href="../cpp26/module_declarations_shouldnt_be_macros.html">C++26 モジュール宣言でのモジュール名のマクロ展開を禁止する</a></li>
621+
<li><a href="../cpp26/allow_attaching_main_to_the_global_module.html">C++26 <code>main</code>関数をグローバルモジュールに関連付けることを許可</a></li>
621622
</ul>
622623
<h2>参照</h2>
623624
<ul>

lang/cpp26.html

Lines changed: 3 additions & 3 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-03-30T09:31:10">
180-
2026年03月30日 09時31分10秒
179+
<span itemprop="datePublished" content="2026-04-02T02:09:00">
180+
2026年04月02日 02時09分00秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -453,7 +453,7 @@ <h3>モジュール</h3>
453453
<td><code>export module MACRO_NAME;</code>を禁止</td>
454454
</tr>
455455
<tr>
456-
<td><span href="https://cpprefjp.github.io/lang/cpp26/allow_attaching_main_to_the_global_module.md.nolink"><code>main</code>関数をグローバルモジュールに含められるようにする</span></td>
456+
<td><a href="cpp26/allow_attaching_main_to_the_global_module.html"><code>main</code>関数をグローバルモジュールに含められるようにする</a></td>
457457
<td><code>main</code>関数に<code>extern "C++"</code>を指定できるようにすることで名前付きモジュールに含められるようにする</td>
458458
</tr>
459459
<tr>

lang/cpp26/allow_attaching_main_to_the_global_module.html

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

rss.xml

Lines changed: 1250 additions & 263 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 10 additions & 3 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>2026-04-01T11:09:31+09:00</lastmod>
90+
<lastmod>2026-04-02T11:09:00+09:00</lastmod>
9191
<changefreq>daily</changefreq>
9292
<priority>0.9</priority>
9393
</url>
@@ -241,7 +241,7 @@
241241

242242
<url>
243243
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
244-
<lastmod>2026-03-30T18:31:10+09:00</lastmod>
244+
<lastmod>2026-04-02T11:09:00+09:00</lastmod>
245245
<changefreq>daily</changefreq>
246246
<priority>0.8</priority>
247247
</url>
@@ -1277,7 +1277,7 @@
12771277

12781278
<url>
12791279
<loc>https://cpprefjp.github.io/lang/cpp20/modules.html</loc>
1280-
<lastmod>2026-03-05T18:27:18+09:00</lastmod>
1280+
<lastmod>2026-04-02T11:09:00+09:00</lastmod>
12811281
<changefreq>daily</changefreq>
12821282
<priority>0.7</priority>
12831283
</url>
@@ -1884,6 +1884,13 @@
18841884
<priority>0.7</priority>
18851885
</url>
18861886

1887+
<url>
1888+
<loc>https://cpprefjp.github.io/lang/cpp26/allow_attaching_main_to_the_global_module.html</loc>
1889+
<lastmod>2026-04-02T11:09:00+09:00</lastmod>
1890+
<changefreq>daily</changefreq>
1891+
<priority>0.7</priority>
1892+
</url>
1893+
18871894
<url>
18881895
<loc>https://cpprefjp.github.io/lang/cpp26/clarifying_rules_for_brace_elision_in_aggregate_initialization.html</loc>
18891896
<lastmod>2026-03-05T18:27:18+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)