public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 9e0933e1da4893c6afc32412bebb0082a29db8d7
@ 2019-10-09  9:40 redi
  0 siblings, 0 replies; only message in thread
From: redi @ 2019-10-09  9:40 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  9e0933e1da4893c6afc32412bebb0082a29db8d7 (commit)
      from  cdc7bf90357701877546f8bac160d0fb9e20b334 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e0933e1da4893c6afc32412bebb0082a29db8d7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Oct 9 10:40:33 2019 +0100

    Document libstdc++ C++2a improvements and __is_nullptr_t deprecation

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index c8e4c81..9e5e062 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -31,6 +31,11 @@ a work-in-progress.</p>
     The deprecated Profile Mode and <code>array_allocator</code> extensions
     have been removed from libstdc++.
   </li>
+  <li>
+    The non-standard <code>std::__is_nullptr_t</code> type trait is deprecated
+    and will be removed from libstdc++ in a future release.
+    The standard trait <code>std::is_null_pointer</code> should be instead.
+  </li>
 </ul>
 
 
@@ -103,7 +108,27 @@ a work-in-progress.</p>
   </li>
 </ul>
 
-<!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
+<h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
+<ul>
+  <li>Improved C++2a support, including:
+    <ul>
+      <li> <code>std::span</code> (thanks to JeanHeyd Meneide). </li>
+      <li>
+        Constexpr support in <code>&lt;algorithm&gt;</code>
+        (thanks to Edward Smith-Rowland).
+      </li>
+      <li>
+        <code>std::atomic_ref</code> and
+        <code>std::atomic&lt;</code><i>floating point</i><code>&gt;</code>.
+      </li>
+      <li> <code>std::ssize</code>, <code>std::to_array</code>. </li>
+      <li> <code>&lt;numbers&gt;</code>. </li>
+    </ul>
+  </li>
+  <li>
+    Reduced header dependencies, leading to faster compilation for some code.
+  </li>
+</ul>
 
 <h3 id="fortran">Fortran</h3>
 <ul>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-10/changes.html |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


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

only message in thread, other threads:[~2019-10-09  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-09  9:40 gcc-wwwdocs branch master updated. 9e0933e1da4893c6afc32412bebb0082a29db8d7 redi

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