public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: jakub@gcc.gnu.org
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. d3fe522f132d49424843d7f36f992603131727a3
Date: Mon, 25 Nov 2019 15:10:00 -0000	[thread overview]
Message-ID: <20191125151051.7934.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  d3fe522f132d49424843d7f36f992603131727a3 (commit)
      from  f42834ad5e77c05cb6bc0908b8fc9282fec7fc19 (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 d3fe522f132d49424843d7f36f992603131727a3
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Nov 25 16:10:37 2019 +0100

    Add feature test macros from P1902R1.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 380a7df..01cf4fa 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -94,13 +94,13 @@
       <td> Designated initializers </td>
       <td><a href="http://wg21.link/p0329r4">P0329R4</a> </td>
       <td class="supported"> <a href="../gcc-8/changes.html#cxx">8</a> </td>
-      <td> </td>
+      <td> __cpp_designated_initializers &gt;= 201707 </td>
     </tr>
     <tr>
       <td> Familiar template syntax for generic lambdas </td>
       <td><a href="http://wg21.link/p0428r2">P0428R2</a> </td>
       <td class="supported"> <a href="../gcc-8/changes.html#cxx">8</a> </td>
-      <td> </td>
+      <td> __cpp_generic_lambdas &gt;= 201707 </td>
     </tr>
     <tr>
       <td> List deduction of vector </td>
@@ -122,7 +122,7 @@
 	<!-- from Belfast -->
 	<a href="https://wg21.link/p1980r0">P1980R0</a></td>
       <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> </td>
-      <td> __cpp_concepts &gt;= ? </td>
+      <td> __cpp_concepts &gt;= 201907 </td>
     </tr>
     <tr>
       <td> Range-based for statements with initializer </td>
@@ -152,7 +152,7 @@
       <td> Less eager instantiation of <code>constexpr</code> functions </td>
       <td><a href="http://wg21.link/p0859r0">P0859R0</a></td>
       <td class="supported"> 5.2 (mostly)<br/> <a href="../gcc-9/changes.html#cxx">9</a> (P0859R0) </td>
-      <td> </td>
+      <td> __cpp_constexpr_in_decltype &gt;= 201711 </td>
     </tr>
     <tr>
       <td> Consistent comparison (<code>operator&lt;=&gt;</code>) </td>
@@ -220,7 +220,7 @@
       <td> Allow pack expansion in lambda init-capture </td>
       <td><a href="http://wg21.link/p0780r2">P0780R2</a></td>
       <td class="supported"> <a href="../gcc-9/changes.html#cxx">9</a> </td>
-      <td> </td>
+      <td> __cpp_init_captures &gt;= 201803 </td>
     </tr>
     <tr>
       <td> Proposed wording for likely and unlikely attributes </td>
@@ -288,7 +288,7 @@
       <td> Immediate functions (consteval) </td>
       <td><a href="http://wg21.link/p1073r3">P1073R3</a></td>
       <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> </td>
-      <td> </td>
+      <td> __cpp_consteval &gt;= 201811 </td>
     </tr>
     <tr>
       <td> std::is_constant_evaluated </td>

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

Summary of changes:
 htdocs/projects/cxx-status.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2019-11-25 15:10 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=20191125151051.7934.qmail@sourceware.org \
    --to=jakub@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).