[wwwdocs] Add C++23 library additions to GCC 13 release notes

Message ID 20220921093707.870813-1-jwakely@redhat.com
State New, archived
Headers
Series [wwwdocs] Add C++23 library additions to GCC 13 release notes |

Commit Message

Jonathan Wakely Sept. 21, 2022, 9:37 a.m. UTC
  Pushed to wwwdocs.

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

Patch

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