summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-02-18 00:16:39 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-02-18 00:16:39 +0000
commit0bdb049877f405f361a9a3f597267ff5e44733a2 (patch)
treeca601e0ab5f3b55c94f802f536b1bc29ef8cebbd /libstdc++-v3/ChangeLog
parent12a88e6e208fa45a449775bfb9353c777a6081aa (diff)
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9c159c835fb..0b19be261b1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,23 @@
+2022-02-17 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/104559
+ * doc/xml/manual/evolution.xml: Document deprecation.
+ * doc/html/manual/api.html: Regenerate.
+ * include/bits/stl_bvector.h (insert(const_iterator, const bool&)):
+ Remove default argument.
+ (insert(const_iterator)): New overload with deprecated attribute.
+ * testsuite/23_containers/vector/bool/modifiers/insert/104559.cc:
+ New test.
+
+2022-02-17 Jonathan Wakely <jwakely@redhat.com>
+
+ * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Replace
+ code that call cat->name() on std::error_category objects.
+ Identify known categories by symbol name and use a hardcoded
+ name. Print error code values as enumerators where appopriate.
+ * testsuite/libstdc++-prettyprinters/cxx11.cc: Adjust expected
+ name of custom category. Check io_errc and future_errc errors.
+
2022-02-15 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/104542