aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-22 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-22 00:16:29 +0000
commit2832d51b383392e961373fb7067a73c6dfdc7cb1 (patch)
tree8ce5b68dc67016e432dc7309d1b97d727a0930da /libstdc++-v3
parent842a05518982a130c8087d9ad6bdc457bec184e3 (diff)
downloadgcc-2832d51b383392e961373fb7067a73c6dfdc7cb1.zip
gcc-2832d51b383392e961373fb7067a73c6dfdc7cb1.tar.gz
gcc-2832d51b383392e961373fb7067a73c6dfdc7cb1.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 58e0bb2..947b35d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,18 @@
+2021-05-21 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/100606
+ * include/std/ranges (drop_while_view::begin): Assert the
+ precondition added by LWG 3490.
+
+2021-05-21 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/100690
+ * include/std/ranges (iota_view::_Sentinel::_M_distance_from):
+ Split out this member function from ...
+ (iota_view::_Sentinel::operator-): ... here, for sake of access
+ control.
+ * testsuite/std/ranges/iota/iota_view.cc (test05): New test.
+
2021-05-20 Jonathan Wakely <jwakely@redhat.com>
* include/bits/random.tcc (__representable_as_double)