[wwwdocs] Add C++23 library additions to GCC 13 release notes
Commit Message
Pushed to wwwdocs.
---
htdocs/gcc-13/changes.html | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
@@ -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><ranges></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><experimental/scope></code> header
+ from v3 of the Library Fundamentals Technical Specification.
+ </li>
+</ul>
<!-- <h3 id="d">D</h3> -->