public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 405bbff08465111eaba29f202d84107d0bd020ae
@ 2023-01-06 10:40 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-01-06 10:40 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  405bbff08465111eaba29f202d84107d0bd020ae (commit)
      from  24ef6cf75f622896223d75ff708a734794cd48ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 405bbff08465111eaba29f202d84107d0bd020ae
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Oct 18 09:23:52 2022 +0100

    Document libstdc++ additions for GCC 12 and 13

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b3775f82..1cefaf13 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -505,6 +505,7 @@ function Multiply (S1, S2 : Sign) return Sign is
 <li>Improved experimental C++23 support, including:
   <ul>
   <li>Monadic operations for <code>std::optional</code>.</li>
+  <li><code>std::expected</code></li>
   <li><code>std::move_only_function</code></li>
   <li><code>&lt;spanstream&gt;</code></li>
   <li><code>std::basic_string::resize_and_overwrite</code></li>
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 3876ad77..d9879d79 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -224,14 +224,30 @@ a work-in-progress.</p>
 
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
 <ul>
+  <li>Improved experimental support for C++20, including:
+    <ul>
+    <li><code>&lt;format&gt;</code> header and <code>std::format</code>.</li>
+    <li><code>std::chrono::utc_clock</code> and other clocks, time zones,
+      and <code>std::format</code> support in the <code>&lt;chrono&gt;</code>
+      header.
+    </li>
+    </ul>
+  </li>
   <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>.
+      <code>views::chunk</code>, <code>views::chunk_by</code>,
+      <code>views::repeat</code>, <code>views::chunk_by</code>,
+      <code>views::cartesian_product</code>, <code>views::as_rvalue</code>.
+    </li>
+    <li>Monadic operations for <code>std::optional</code>.</li>
+    <li>Constexpr <code>std::bitset</code>, <code>std::to_chars</code>
+      and <code>std::from_chars</code>.
     </li>
+    <li>Library support for extended floating-point types.</li>
     </ul>
   </li>
   <li>Support for the <code>&lt;experimental/scope&gt;</code> header

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-12/changes.html |  1 +
 htdocs/gcc-13/changes.html | 18 +++++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-06 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 10:40 gcc-wwwdocs branch master updated. 405bbff08465111eaba29f202d84107d0bd020ae Jonathan Wakely

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).