public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: mpolacek@gcc.gnu.org
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. a4fcfa9eab53d3ed6f3690460fc0edfb1129a561
Date: Fri, 21 Feb 2020 17:32:00 -0000	[thread overview]
Message-ID: <20200221173212.113385.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  a4fcfa9eab53d3ed6f3690460fc0edfb1129a561 (commit)
      from  b2543147f043404eb90ebefa744d210fa7ca6566 (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 a4fcfa9eab53d3ed6f3690460fc0edfb1129a561
Author: Marek Polacek <polacek@redhat.com>
Date:   Fri Feb 21 12:30:48 2020 -0500

    cxx-status: Update -std= instructions for C++20.
    
    We merged support for -std=c++20 to trunk, so -std=c++2a is only
    needed in GCC 9 and earlier.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 1b54ea9..4727861 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -37,7 +37,8 @@
   standard, which is expected to be published in 2020.</p>
 
   <p>C++2a features are available since GCC 8. To enable C++2a
-      support, add the command-line parameter <code>-std=c++2a</code>
+      support, add the command-line parameter <code>-std=c++20</code>
+      (use <code>-std=c++2a</code> in GCC 9 and earlier)
       to your <code>g++</code> command line. Or, to enable GNU
       extensions in addition to C++2a features,
     add <code>-std=gnu++2a</code>.</p>

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

Summary of changes:
 htdocs/projects/cxx-status.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2020-02-21 17:32 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=20200221173212.113385.qmail@sourceware.org \
    --to=mpolacek@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).