Skip to content

Commit 7933a73

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent a579dd4 commit 7933a73

File tree

3 files changed

+716
-153
lines changed

3 files changed

+716
-153
lines changed

lang/cpp26.html

Lines changed: 2 additions & 6 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-24T03:21:52">
180-
2025年04月24日 03時21分52秒
179+
<span itemprop="datePublished" content="2025-04-24T03:40:04">
180+
2025年04月24日 03時40分04秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -315,10 +315,6 @@ <h3>クラス</h3>
315315
</thead>
316316
<tbody>
317317
<tr>
318-
<td><span href="https://cpprefjp.github.io/lang/cpp26/abolish_the_term_converting_constructor.md.nolink">変換コンストラクタという用語を廃止する</span></td>
319-
<td>規格上で「<code>explicit</code>ではないコンストラクタ」という意味で定義されていたあまり使われない用語「変換コンストラクタ」を削除する</td>
320-
</tr>
321-
<tr>
322318
<td><span href="https://cpprefjp.github.io/lang/cpp26/trivial_unions.md.nolink">共用体をトリビアルに未初期化できるようにする</span></td>
323319
<td><code>constexpr</code>での<code>union U { T storage[N]; };</code>を許可し、未初期化にできるようにする</td>
324320
</tr>

0 commit comments

Comments
 (0)