diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-10 00:18:06 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-10 00:18:06 +0000 |
| commit | 6284f555e877c75ddecc776286ec4b8c20007de2 (patch) | |
| tree | 88b245d523ef490ef2ec4f723175d28a63f1a8d7 /libstdc++-v3 | |
| parent | d69f73c0334486f3c66937388f02008736809e87 (diff) | |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
| -rw-r--r-- | libstdc++-v3/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c26a5b99953..074a13d69f6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2025-04-09 Patrick Palka <ppalka@redhat.com> + + PR libstdc++/115046 + PR libstdc++/112490 + * include/bits/stl_iterator.h (basic_const_iterator::operator-): + Replace non-dependent basic_const_iterator function parameter with + a dependent one of type basic_const_iterator<_It2> where _It2 + matches _It. + * testsuite/std/ranges/adaptors/as_const/1.cc (test04): New test. + 2025-04-08 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/119671 |
