public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely@redhat.com>
To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org
Subject: [wwwdocs] Add C++23 library additions to GCC 13 release notes
Date: Wed, 21 Sep 2022 10:37:07 +0100	[thread overview]
Message-ID: <20220921093707.870813-1-jwakely@redhat.com> (raw)

Pushed to wwwdocs.

---
 htdocs/gcc-13/changes.html | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 390193ca..a7d88038 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -158,7 +158,22 @@ a work-in-progress.</p>
       warnings have been extended to warn in more contexts.</li>
 </ul>
 
-<!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
+<h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
+<ul>
+  <li>Improved experimental support for C++23, including:
+    <ul>
+    <li>Additions to the <code>&lt;ranges&gt;</code> header:
+      <code>views::zip</code>, <code>views::zip_transform</code>,
+      <code>views::adjacent</code>, <code>views::adjacent_transform</code>
+      <code>views::pairwise</code>, <code>views::slide</code>,
+      <code>views::chunk</code>, <code>views::chunk_by</code>.
+    </li>
+    </ul>
+  </li>
+  <li>Support for the <code>&lt;experimental/scope&gt;</code> header
+      from v3 of the Library Fundamentals Technical Specification.
+  </li>
+</ul>
 
 <!-- <h3 id="d">D</h3> -->
 
-- 
2.37.3


                 reply	other threads:[~2022-09-21  9:37 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=20220921093707.870813-1-jwakely@redhat.com \
    --to=jwakely@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@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).