File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ C++20とは、2020年中に改訂され、ISO/IEC 14882:2020で標準規格化
264264- [ ` operator>> ` ] ( /reference/istream/basic_istream/op_istream_free.md ) ` (basic_istream&, CharT*) ` を` operator>>(basic_istream&, CharT (&)[N]) ` に修正
265265- [ ` operator<< ` ] ( /reference/ostream/basic_ostream/op_ostream_free.md ) に、` wchar_t ` (` char ` 版のみ)、` char8_t ` 、` char16_t ` 、` char32_t ` のdelete宣言を追加
266266- [ ` std::istream_iterator ` ] ( /reference/iterator/istream_iterator.md ) について、要件の書き方を整理し、振る舞いをより明確化
267- - ` std::basic_stringbuf ` 、 ` std::basic_istringstream ` 、 ` std::basic_ostringstream ` クラスに、アロケータを伝播させるためのインタフェースを追加
267+ - [ ` std::basic_stringbuf ` ] ( /reference/sstream/basic_stringbuf.md ) 、 [ ` std::basic_istringstream ` ] ( /reference/sstream/basic_istringstream.md ) 、 [ ` std::basic_ostringstream ` ] ( /reference/sstream/basic_ostringstream.md ) クラスに、アロケータを伝播させるためのインタフェースを追加
268268
269269
270270### スマートポインタ
You can’t perform that action at this time.
0 commit comments