Skip to content

Commit fe446aa

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 049c28a commit fe446aa

File tree

3 files changed

+690
-43
lines changed

3 files changed

+690
-43
lines changed

lang/cpp20.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-07-25T10:26:24">
180-
2025年07月25日 10時26分24秒
179+
<span itemprop="datePublished" content="2025-12-07T03:50:53">
180+
2025年12月07日 03時50分53秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">yoh</span>
184+
<span itemprop="name">suomesta</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -751,7 +751,7 @@ <h3>入出力</h3>
751751
<li><code><a href="../reference/istream/basic_istream/op_istream_free.html">operator&gt;&gt;</a>(basic_istream&amp;, CharT*)</code><code>operator&gt;&gt;(basic_istream&amp;, CharT (&amp;)[N])</code>に修正</li>
752752
<li><code><a href="../reference/ostream/basic_ostream/op_ostream_free.html">operator&lt;&lt;</a></code>に、<code>wchar_t</code> (<code>char</code>版のみ)、<code>char8_t</code><code>char16_t</code><code>char32_t</code>のdelete宣言を追加</li>
753753
<li><code><a href="../reference/iterator/istream_iterator.html">std::istream_iterator</a></code>について、要件の書き方を整理し、振る舞いをより明確化</li>
754-
<li><code>std::basic_stringbuf</code><code>std::basic_istringstream</code><code>std::basic_ostringstream</code>クラスに、アロケータを伝播させるためのインタフェースを追加</li>
754+
<li><code><a href="../reference/sstream/basic_stringbuf.html">std::basic_stringbuf</a></code><code><a href="../reference/sstream/basic_istringstream.html">std::basic_istringstream</a></code><code><a href="../reference/sstream/basic_ostringstream.html">std::basic_ostringstream</a></code>クラスに、アロケータを伝播させるためのインタフェースを追加</li>
755755
</ul>
756756
<h3>スマートポインタ</h3>
757757
<ul>

0 commit comments

Comments
 (0)