Skip to content

Commit 65900fa

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 96c092e commit 65900fa

File tree

11 files changed

+1547
-582
lines changed

11 files changed

+1547
-582
lines changed

lang/cpp23.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="2024-08-05T09:00:59">
180-
2024年08月05日 09時00分59秒
179+
<span itemprop="datePublished" content="2024-08-05T10:26:27">
180+
2024年08月05日 10時26分27秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -487,7 +487,7 @@ <h3>コンテナ</h3>
487487
<li><code>auto v = std::vector(v, alloc);</code>のようなアロケータ引数をともなう場合のクラステンプレートのテンプレート引数推論が動作しなかったため、各コンテナクラスのコンストラクタにおけるアロケータパラメータの型を<code>const Allocator&amp;</code>から<code>const <a href="../reference/type_traits/type_identity.html">std::type_identity_t</a>&lt;Allocator&gt;&amp;</code>に修正</li>
488488
<li>N要素のメモリアロケート時にアロケータが実際にどれくらいのメモリを確保したかを得られるインタフェースとして、<ul>
489489
<li><code><a href="../reference/memory/allocator.html">std::allocator</a></code>クラスに、<code><a href="../reference/memory/allocator/allocate_at_least.html">allocate_at_least()</a></code>メンバ関数を追加</li>
490-
<li><code><a href="../reference/memory/allocate_at_least.html">std::allocate_at_least()</a></code>関数を追加</li>
490+
<li><code><a href="../reference/memory/allocator_traits.html">std::allocator_traits</a></code>クラスに、<code><a href="../reference/memory/allocator_traits/allocate_at_least.html">allocate_at_least()</a></code>関数を追加</li>
491491
</ul>
492492
</li>
493493
<li><code><a href="../reference/utility/pair.html">std::pair</a></code>の転送コンストラクタにデフォルトテンプレート引数を追加することで、<code>{}</code>のような型推論ができない引数を渡した場合でも完全転送が行われるよう修正</li>

reference/memory.html

Lines changed: 3 additions & 8 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="2024-08-05T09:00:59">
180-
2024年08月05日 09時00分59秒
179+
<span itemprop="datePublished" content="2024-08-05T10:26:27">
180+
2024年08月05日 10時26分27秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -228,12 +228,7 @@ <h2>メモリアロケータ</h2>
228228
</tr>
229229
<tr>
230230
<td><code><a href="memory/allocation_result.html">allocation_result</a></code></td>
231-
<td><code><a href="memory/allocate_at_least.html">allocate_at_least()</a></code>関数の戻り値型</td>
232-
<td>C++23</td>
233-
</tr>
234-
<tr>
235-
<td><code><a href="memory/allocate_at_least.html">allocate_at_least</a></code></td>
236-
<td>指定した要素数以上のメモリを確保する</td>
231+
<td><code><a href="memory/allocator/allocate_at_least.html">allocate_at_least()</a></code>関数の戻り値型</td>
237232
<td>C++23</td>
238233
</tr>
239234
<tr>

reference/memory/allocate_at_least.html

Lines changed: 0 additions & 291 deletions
This file was deleted.

0 commit comments

Comments
 (0)