diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-07-04 00:18:49 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-07-04 00:18:49 +0000 |
commit | 1b403ba38b601d0bcb0ad5c38770da1941ac626e (patch) | |
tree | 3d34b07c05f7d3d95831a8c2d1b023343ea0d72c /libstdc++-v3 | |
parent | 062f217f41d1e53c4f101caebfd9aabd3f8afe03 (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c87e61f..77f58f7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,36 @@ +2025-07-03 Nathan Myers <ncm@cantrip.org> + + * include/bits/version.def: Fix typo. + * include/bits/version.h: Rebuilt. + +2025-07-03 Patrick Palka <ppalka@redhat.com> + + PR libstdc++/120934 + * include/std/ranges (concat_view::end): Refine condition + for returning an iterator instead of default_sentinel as + per the updated P/R for LWG 4166. + * testsuite/std/ranges/concat/1.cc (test05): New test. + +2025-07-03 Nathan Myers <ncm@cantrip.org> + + PR libstdc++/119742 + * include/bits/version.def: Add preprocessor symbol. + * include/bits/version.h: Add preprocessor symbol. + * include/std/bitset: Add constructor. + * testsuite/20_util/bitset/cons/1.cc: Fix. + * testsuite/20_util/bitset/cons/6282.cc: Fix. + * testsuite/20_util/bitset/cons/string_view.cc: Test new ctor. + * testsuite/20_util/bitset/cons/string_view_wide.cc: Test new ctor. + +2025-07-03 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/120931 + * include/bits/stl_uninitialized.h (__uninitialized_fill<true>): + Fix typo resulting in call to __do_uninit_copy instead of + __do_uninit_fill. + * testsuite/20_util/specialized_algorithms/uninitialized_fill/120931.cc: + New test. + 2025-07-02 Jonathan Wakely <jwakely@redhat.com> * include/bits/stl_iterator.h (__normal_iterator): Make all |