aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-09-30 00:17:47 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-09-30 00:17:47 +0000
commitbbdcdf5cc73e1b3385d9a25bdab4df70c4bd8c2e (patch)
tree9583a8381cc41e40a77d1ec9ec526c106233b32a /libstdc++-v3
parent3a3516bc4a0a0307cd48dce044a497e95816c8f5 (diff)
downloadgcc-bbdcdf5cc73e1b3385d9a25bdab4df70c4bd8c2e.zip
gcc-bbdcdf5cc73e1b3385d9a25bdab4df70c4bd8c2e.tar.gz
gcc-bbdcdf5cc73e1b3385d9a25bdab4df70c4bd8c2e.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a1585d8..1fe18dc 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,20 @@
+2022-09-29 François Dumont <fdumont@gcc.gnu.org>
+
+ * python/libstdcxx/v6/printers.py (add_one_template_type_printer): Register
+ printer for types in std::__debug namespace with template parameters in std::__8
+ namespace.
+
+2022-09-29 Patrick Palka <ppalka@redhat.com>
+
+ * include/bits/unique_ptr.h (unique_ptr<_Tp[], _Dp>): Remove
+ __remove_cv and use __remove_cv_t instead.
+
+2022-09-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/type_traits (__is_invocable_impl): Check
+ __has_builtin(__reference_converts_from_temporary) before using
+ built-in.
+
2022-09-28 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/evolution.xml: Document std::bind API