diff mbox series

[wwwdocs] Document std::print and std::ranges::to for C++23

Message ID 20231216225519.2306598-1-jwakely@redhat.com
State New
Headers show
Series [wwwdocs] Document std::print and std::ranges::to for C++23 | expand

Commit Message

Jonathan Wakely Dec. 16, 2023, 10:54 p.m. UTC
Pushed to wwwdocs.

-- >8 --

---
 htdocs/gcc-14/changes.html | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 346785a0..eb14e09d 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -209,8 +209,14 @@  a work-in-progress.</p>
   </li>
   <li>Improved experimental support for C++23, including:
     <ul>
+    <li>The <code>std::ranges::to</code> function for converting
+      ranges to containers.
+    </li>
     <li>The <code>&lt;stacktrace&gt;</code> header is supported by default.
     </li>
+    <li><code>std::print</code> and <code>std::println</code>
+      (requires linking with <code>-lstdc++exp</code> on Windows).
+    </li>
     <li>Formatters for <code>std::thread::id</code> and
       <code>std::stacktrace</code>.
     </li>
@@ -237,12 +243,12 @@  a work-in-progress.</p>
     <code>std::numeric_limits&lt;_Float64&gt;</code> are now defined
     for all standard modes, not only for C++23.
   </li>
-  <li>Using the <code>std::setfill</code> manipulator with
-    <code>std::istream</code> is deprecated.
-  </li>
   <li>Added missing functions for <code>float</code> and
     <code>long double</code> to <code>&lt;cmath&gt;</code>.
   </li>
+  <li>Using the <code>std::setfill</code> manipulator with
+    <code>std::istream</code> is deprecated.
+  </li>
 </ul>
 
 <!-- <h3 id="d">D</h3> -->