public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. d3fe522f132d49424843d7f36f992603131727a3
@ 2019-11-25 15:10 jakub
  0 siblings, 0 replies; only message in thread
From: jakub @ 2019-11-25 15:10 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  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


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

only message in thread, other threads:[~2019-11-25 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 15:10 gcc-wwwdocs branch master updated. d3fe522f132d49424843d7f36f992603131727a3 jakub

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