diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-02-18 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-02-18 00:16:39 +0000 |
commit | 0bdb049877f405f361a9a3f597267ff5e44733a2 (patch) | |
tree | ca601e0ab5f3b55c94f802f536b1bc29ef8cebbd /libstdc++-v3 | |
parent | 12a88e6e208fa45a449775bfb9353c777a6081aa (diff) | |
download | gcc-0bdb049877f405f361a9a3f597267ff5e44733a2.zip gcc-0bdb049877f405f361a9a3f597267ff5e44733a2.tar.gz gcc-0bdb049877f405f361a9a3f597267ff5e44733a2.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9c159c8..0b19be2 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 |