summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-11 00:20:00 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-11 00:20:00 +0000
commitd74cade6c1d39369c1c440168ac8b361fab30ddd (patch)
tree4ab13a418d9c010399a7c2c78744f5dd10d1ba5c /libstdc++-v3
parentc318b1af734f516804960fd5e0d7fa992c5c92ac (diff)
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7df6d9365c6..f9dce128ba1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,32 @@
+2022-05-10 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-05-10 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/105284
+ * include/std/iosfwd: Add declarations for <spanstream> class
+ templates and typedefs.
+ * include/std/spanstream (basic_spanbuf, basic_ispanstream)
+ (basic_ospanstream, basic_spanstream): Remove default template
+ arguments.
+ * testsuite/27_io/headers/iosfwd/synopsis.cc: Add <spanstream>
+ declarations.
+ * testsuite/27_io/headers/iosfwd/types.cc: Check <spanstream>
+ default arguments.
+
+2022-05-10 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-05-10 Jonathan Wakely <jwakely@redhat.com>
+
+ 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.
+
2022-05-09 Jonathan Wakely <jwakely@redhat.com>
Backported from master: