]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 20 Jun 2021 00:16:21 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 20 Jun 2021 00:16:21 +0000 (00:16 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index a522144b0f9c23a501261f112b2aeb6f34b8b836..3a84504fca82677126384494e34151041d3ffbea 100644 (file)
@@ -1 +1 @@
-20210619
+20210620
index f8d6fa74a3be3880f14f6c38f83e5163d9623657..87645fa3db23f778dc84b0184f08e079788e19cb 100644 (file)
@@ -1,3 +1,23 @@
+2021-06-19  Patrick Palka  <ppalka@redhat.com>
+
+       * include/std/ranges (transform_view::_Iterator::_S_iter_concept):
+       Consider _Base instead of _Vp as per LWG 3555.
+       (elements_view::_Iterator::_S_iter_concept): Likewise.
+
+2021-06-19  Patrick Palka  <ppalka@redhat.com>
+
+       * include/std/ranges (split_view::_OuterIter::value_type::begin):
+       Remove the non-const overload, and remove the copyable constraint
+       on the const overload as per LWG 3553.
+
+2021-06-19  Patrick Palka  <ppalka@redhat.com>
+
+       * include/bits/stl_iterator.h
+       (__detail::__common_iter_use_postfix_proxy): Add
+       move_constructible constraint as per LWG 3546.
+       (common_iterator::__postfix_proxy): Adjust initializer of
+       _M_keep as per LWG 3546.
+
 2021-06-18  Patrick Palka  <ppalka@redhat.com>
 
        PR libstdc++/100387