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  9a05fb992d639231f082f0c6455c9d25bb6ff55f (commit)
      from  a141ba3a4a2ebe3a66f217fd19661e412dfc92f5 (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 9a05fb992d639231f082f0c6455c9d25bb6ff55f
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Jul 9 13:51:30 2025 +0100

    Add some C++23 and C++26 library features to GCC 16 release notes
    
    Also thank Tomasz for std::format range support in GCC 15

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index bf980491..23632d41 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -679,7 +679,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
     </li>
     <li>
       Formatting of ranges and tuples with <code>std::format</code>,
-      as well as string escaping for debug formats.
+      as well as string escaping for debug formats, thanks to Tomasz Kamiński.
     </li>
     <li>
       Clarify handling of encodings in localized formatting of chrono types.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 99644758..cc6fe204 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -75,7 +75,26 @@ for general information.</p>
 
 <h3 id="cxx">C++</h3>
 
-<!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
+<h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
+
+<ul>
+  <li>Improved experimental support for C++26, including:
+    <ul>
+    <li>
+      <code>std::copyable_function</code> and <code>std::function_ref</code>.
+    </li>
+    <li><code>std::indirect</code> and <code>std::polymorphic</code>.</li>
+    <li>
+      <code>std::owner_equal</code> for shared pointers, thanks to Paul Keir.
+    </li>
+    </ul>
+  </li>
+  <li>Improved experimental support for C++23, including:
+    <ul>
+    <li><code>std::mdspan</code>, thanks to Luc Grosheintz.</li>
+    </ul>
+  </li>
+</ul>
 
 <!-- <h3 id="d">D</h3> -->
 

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

Summary of changes:
 htdocs/gcc-15/changes.html |  2 +-
 htdocs/gcc-16/changes.html | 21 ++++++++++++++++++++-
 2 files changed, 21 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to