Skip to content

Commit 9d2145a

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6dfc188 commit 9d2145a

File tree

3 files changed

+871
-78
lines changed

3 files changed

+871
-78
lines changed

reference.html

Lines changed: 12 additions & 3 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="2024-07-31T06:07:47">
168-
2024年07月31日 06時07分47秒
167+
<span itemprop="datePublished" content="2024-08-09T03:23:57">
168+
2024年08月09日 03時23分57秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -731,6 +731,11 @@ <h2><a href="#io" id="io">入出力ライブラリ</a></h2>
731731
<td></td>
732732
</tr>
733733
<tr>
734+
<td><code>&lt;strstream&gt;</code></td>
735+
<td>古い文字列ストリーム</td>
736+
<td>C++98から非推奨<br /> C++26で削除</td>
737+
</tr>
738+
<tr>
734739
<td><code><a href="reference/fstream.html">&lt;fstream&gt;</a></code></td>
735740
<td>ファイルストリーム</td>
736741
<td></td>
@@ -1021,7 +1026,11 @@ <h2><a href="#exposition-only" id="exposition-only">説明専用ライブラリ<
10211026
<td></td>
10221027
</tr>
10231028
</tbody>
1024-
</table></div>
1029+
</table>
1030+
<h2>参照</h2>
1031+
<ul>
1032+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2867r2.html" target="_blank">P2867R2 Remove Deprecated <code>strstream</code>s From C++26</a></li>
1033+
</ul></div>
10251034

10261035
</div>
10271036
</div>

0 commit comments

Comments
 (0)