public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: redi@gcc.gnu.org
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 9e0933e1da4893c6afc32412bebb0082a29db8d7
Date: Wed, 09 Oct 2019 09:40:00 -0000	[thread overview]
Message-ID: <20191009094043.79197.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2019-10-09  9:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191009094043.79197.qmail@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).