Skip to content

Commit a579dd4

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 9d5ce8e commit a579dd4

File tree

8 files changed

+3098
-162
lines changed

8 files changed

+3098
-162
lines changed

implementation-status.html

Lines changed: 4 additions & 4 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="2025-04-24T02:14:18">
168-
2025年04月24日 02時14分18秒
167+
<span itemprop="datePublished" content="2025-04-24T03:21:52">
168+
2025年04月24日 03時21分52秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -1815,8 +1815,8 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
18151815
</thead>
18161816
<tbody>
18171817
<tr>
1818-
<td>P2752R3: <span href="https://cpprefjp.github.io/lang/cpp26/static_storage_for_braced_initializers.md.nolink"><code>std::initializer_list</code>の配列を静的ストレージに配置する</span></td>
1819-
<td><code>std::vector v = {1, 2, 3};</code>のような初期化で初期化子リストを静的ストレージに配置することで無駄なコピーをなくす</td>
1818+
<td>P2752R3: <a href="lang/cpp26/static_storage_for_braced_initializers.html"><code>std::initializer_list</code>の配列を静的記憶域に配置する</a></td>
1819+
<td><code>std::vector v = {1, 2, 3};</code>のような初期化で初期化子リストを静的記憶域に配置することで無駄なコピーをなくす</td>
18201820
<td>14</td>
18211821
<td></td>
18221822
<td></td>

lang/cpp11/initializer_lists.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="2024-12-22T06:27:29">
192-
2024年12月22日 06時27分29秒
191+
<span itemprop="datePublished" content="2025-04-24T03:21:52">
192+
2025年04月24日 03時21分52秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Raclamusi</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -535,6 +535,7 @@ <h2>この機能が必要になった背景・経緯</h2>
535535
<h2><a href="#relative-page" id="relative-page">関連項目</a></h2>
536536
<ul>
537537
<li><a href="uniform_initialization.html">C++11 一様初期化</a></li>
538+
<li><a href="../cpp26/static_storage_for_braced_initializers.html">C++26 <code>std::initializer_list</code>の配列を静的記憶域に配置する</a></li>
538539
</ul>
539540
<h2>参照</h2>
540541
<ul>

lang/cpp26.html

Lines changed: 4 additions & 4 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="2025-04-24T02:14:18">
180-
2025年04月24日 02時14分18秒
179+
<span itemprop="datePublished" content="2025-04-24T03:21:52">
180+
2025年04月24日 03時21分52秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -215,8 +215,8 @@ <h3>変数</h3>
215215
</thead>
216216
<tbody>
217217
<tr>
218-
<td><span href="https://cpprefjp.github.io/lang/cpp26/static_storage_for_braced_initializers.md.nolink"><code>std::initializer_list</code>の配列を静的ストレージに配置する</span></td>
219-
<td><code>std::vector v = {1, 2, 3};</code>のような初期化で初期化子リストを静的ストレージに配置することで無駄なコピーをなくす</td>
218+
<td><a href="cpp26/static_storage_for_braced_initializers.html"><code>std::initializer_list</code>の配列を静的記憶域に配置する</a></td>
219+
<td><code>std::vector v = {1, 2, 3};</code>のような初期化で初期化子リストを静的記憶域に配置することで無駄なコピーをなくす</td>
220220
</tr>
221221
<tr>
222222
<td><a href="cpp26/nice_placeholder_with_no_name.html">宣言のみで使用しない変数の名前として<code>_</code>をサポート</a></td>

lang/cpp26/static_storage_for_braced_initializers.html

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

rss.xml

Lines changed: 2764 additions & 146 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<url>
3333
<loc>https://cpprefjp.github.io/implementation-status.html</loc>
34-
<lastmod>2025-04-24T11:14:18+09:00</lastmod>
34+
<lastmod>2025-04-24T12:21:52+09:00</lastmod>
3535
<changefreq>daily</changefreq>
3636
<priority>0.9</priority>
3737
</url>
@@ -37110,7 +37110,7 @@
3711037110

3711137111
<url>
3711237112
<loc>https://cpprefjp.github.io/lang/cpp26.html</loc>
37113-
<lastmod>2025-04-24T11:14:18+09:00</lastmod>
37113+
<lastmod>2025-04-24T12:21:52+09:00</lastmod>
3711437114
<changefreq>daily</changefreq>
3711537115
<priority>0.8</priority>
3711637116
</url>
@@ -37773,6 +37773,13 @@
3777337773
<priority>0.7</priority>
3777437774
</url>
3777537775

37776+
<url>
37777+
<loc>https://cpprefjp.github.io/lang/cpp26/static_storage_for_braced_initializers.html</loc>
37778+
<lastmod>2025-04-24T12:21:52+09:00</lastmod>
37779+
<changefreq>daily</changefreq>
37780+
<priority>0.7</priority>
37781+
</url>
37782+
3777637783
<url>
3777737784
<loc>https://cpprefjp.github.io/lang/cpp26/attributes_for_structured_bindings.html</loc>
3777837785
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
@@ -38412,7 +38419,7 @@
3841238419

3841338420
<url>
3841438421
<loc>https://cpprefjp.github.io/lang/cpp11/initializer_lists.html</loc>
38415-
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
38422+
<lastmod>2025-04-24T12:21:52+09:00</lastmod>
3841638423
<changefreq>daily</changefreq>
3841738424
<priority>0.7</priority>
3841838425
</url>

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)