public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r12-1666] Daily bump.
Date: Mon, 21 Jun 2021 00:16:59 +0000 (GMT)	[thread overview]
Message-ID: <20210621001659.CBE2A385502A@sourceware.org> (raw)

https://gcc.gnu.org/g:3e42ff715697c75c4fb4aed550a8a15edb3eeea6

commit r12-1666-g3e42ff715697c75c4fb4aed550a8a15edb3eeea6
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Jun 21 00:16:25 2021 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP          |  2 +-
 libstdc++-v3/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 3a84504fca8..8abc41133f0 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210620
+20210621
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 87645fa3db2..bab09642b75 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,43 @@
+2021-06-20  Patrick Palka  <ppalka@redhat.com>
+
+	* include/std/ranges (__non_propagating_cache::operator bool):
+	Define for split_view::begin().
+	(split_view): Define as per P2210.
+	(views::__detail::__can_split_view): Define.
+	(views::_Split, views::split): Define.
+	* testsuite/std/ranges/adaptors/100577.cc (test01, test02):
+	Test views::split.
+	* testsuite/std/ranges/adaptors/split.cc: New test.
+	* testsuite/std/ranges/p2325.cc (test08a): New test.
+	* testsuite/std/ranges/p2367.cc (test01): Test views::split.
+
+2021-06-20  Patrick Palka  <ppalka@redhat.com>
+
+	* include/std/ranges: Rename views::split to views::lazy_split,
+	split_view to lazy_split_view, etc. throughout.
+	* testsuite/std/ranges/*: Likewise.
+	* testsuite/std/ranges/adaptors/lazy_split.cc: New file.
+	* testsuite/std/ranges/adaptors/lazy_split_neg.cc: New file.
+
+2021-06-20  Patrick Palka  <ppalka@redhat.com>
+
+	* include/std/ranges (split_view::_OuterIter::__at_end):
+	Check _M_trailing_empty.
+	(split_view::_OuterIter::_M_trailing_empty): Define this
+	data member.
+	(split_view::_OuterIter::operator++): Set _M_trailing_empty
+	appropriately.
+	(split_view::_OuterIter::operator==): Compare
+	_M_trailing_empty.
+	* testsuite/std/ranges/adaptors/100479.cc (test03): Expect two
+	split parts instead of one.
+	* testsuite/std/ranges/adaptors/split.cc (test11): New test.
+
+2021-06-20  Patrick Palka  <ppalka@redhat.com>
+
+	* include/std/ranges (split_view::_InnerIter::base): Define as
+	per P2210.
+
 2021-06-19  Patrick Palka  <ppalka@redhat.com>
 
 	* include/std/ranges (transform_view::_Iterator::_S_iter_concept):


                 reply	other threads:[~2021-06-21  0:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210621001659.CBE2A385502A@sourceware.org \
    --to=gccadmin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).