Pushed to wwwdocs. -- >8 --
--- htdocs/gcc-14/changes.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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><stacktrace></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<_Float64></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><cmath></code>. </li> + <li>Using the <code>std::setfill</code> manipulator with + <code>std::istream</code> is deprecated. + </li> </ul> <!-- <h3 id="d">D</h3> --> -- 2.43.0