]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 May 2022 12:03:14 +0000 (13:03 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 10 May 2022 15:40:22 +0000 (16:40 +0100)
commit1807e07825a86916bbfddca470708c5a8f613612
tree6112d59575206a018ff9f04894f0991b30e530f3
parent098f02aa154b308111cc1f520a577f5bb5f08377
libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]

libstdc++-v3/ChangeLog:

PR libstdc++/105284
* include/std/iosfwd: Add declarations for <synstream> class
templates and typedefs.
* include/std/syncstream (basic_syncbuf, basic_osyncstream):
Remove default template arguments.
* testsuite/27_io/headers/iosfwd/synopsis.cc: New test.
* testsuite/27_io/headers/iosfwd/types.cc: New test.
libstdc++-v3/include/std/iosfwd
libstdc++-v3/include/std/syncstream
libstdc++-v3/testsuite/27_io/headers/iosfwd/synopsis.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/headers/iosfwd/types.cc [new file with mode: 0644]