public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Document more libstdc++ changes
@ 2020-02-21 10:28 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-02-21 10:28 UTC (permalink / raw)
  To: gcc-patches; +Cc: libstdc++

[-- Attachment #1: Type: text/plain, Size: 31 bytes --]

Committed to wwwdocs git.



[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1450 bytes --]

commit 578a32e2f9215ccf96bd580d275fa12c22aa45a5
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Feb 21 10:27:39 2020 +0000

    Document more libstdc++ changes

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 5a959a10..2920714a 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -348,13 +348,22 @@ a work-in-progress.</p>
       </li>
       <li> <code>std::ssize</code>, <code>std::to_array</code>. </li>
       <li>
-        <code>&lt;concepts&gt;</code> and some parts of
-        <code>&lt;ranges&gt;</code>.
+        Library concepts in <code>&lt;concepts&gt;</code> and
+        <code>&lt;iterator&gt;</code>.
       </li>
-      <li> <code>&lt;compare&gt;</code>. </li>
-      <li> <code>&lt;numbers&gt;</code>. </li>
+      <li>
+        Constrained algorithms in <code>&lt;ranges&gt;</code> and
+        <code>&lt;memory&gt;</code> (thanks to Patrick Palka).
+      </li>
+      <li> Three-way comparisons in <code>&lt;compare&gt;</code>. </li>
+      <li>
+        <code>std::construct_at</code>, <code>std::destroy</code>,
+        constexpr <code>std::allocator</code>.
+      </li>
+      <li> Mathematical constants in <code>&lt;numbers&gt;</code>. </li>
     </ul>
   </li>
+  <li>Support for RDSEED in <code>std::random_device</code>.</li>
   <li>
     Reduced header dependencies, leading to faster compilation for some code.
   </li>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-21 10:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 10:28 [wwwdocs] Document more libstdc++ changes Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).