Skip to content

Commit 94da58e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 49fbfeb commit 94da58e

4 files changed

Lines changed: 2225 additions & 124 deletions

File tree

implementation-status.html

Lines changed: 4 additions & 4 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-08T15:31:33+09:00">
169-
2026年09月08日 15時31分33秒 (JST)
168+
datetime="2026-09-14T13:16:03+09:00">
169+
2026年09月14日 13時16分03秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -2070,7 +2070,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
20702070
<tr>
20712071
<td>P3074R7: <a href="lang/cpp26/trivial_unions.html">共用体の特殊メンバ関数のトリビアル化</a></td>
20722072
<td>非トリビアルな型をメンバにもつ共用体のデフォルトコンストラクタとデストラクタをトリビアルにし、未初期化ストレージとして使用可能にする</td>
2073-
<td></td>
2073+
<td>17</td>
20742074
<td></td>
20752075
<td></td>
20762076
<td></td>
@@ -2174,7 +2174,7 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
21742174
<tr>
21752175
<td>P3726R2: <a href="lang/cpp26/adjustments_to_union_lifetime_rules.html">共用体メンバの生存期間規則の調整</a></td>
21762176
<td>共用体の先頭メンバの生存期間を暗黙に開始する規則を撤回して<code>std::start_lifetime()</code>による明示的な開始へ変更し、生存期間外の要素を含む配列メンバを定数式で許可する</td>
2177-
<td></td>
2177+
<td>17</td>
21782178
<td></td>
21792179
<td></td>
21802180
<td></td>

reference/memory/start_lifetime.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-09-08T15:07:42+09:00">
193-
2026年09月08日 15時07分42秒 (JST)
192+
datetime="2026-09-14T13:16:03+09:00">
193+
2026年09月14日 13時16分03秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -296,7 +296,7 @@ <h3>言語</h3>
296296
<h3>処理系</h3>
297297
<ul>
298298
<li><a href="../../implementation.html#clang">Clang</a>: ??</li>
299-
<li><a href="../../implementation.html#gcc">GCC</a>: ??</li>
299+
<li><a href="../../implementation.html#gcc">GCC</a>: 17 <span aria-label="検証済" role="img" title="検証済"></span></li>
300300
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
301301
</ul>
302302
<h2>関連項目</h2>

0 commit comments

Comments
 (0)