From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8000 invoked by alias); 25 Nov 2019 15:10:51 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 7938 invoked by uid 9071); 25 Nov 2019 15:10:51 -0000 Date: Mon, 25 Nov 2019 15:10:00 -0000 Message-ID: <20191125151051.7934.qmail@sourceware.org> From: jakub@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d3fe522f132d49424843d7f36f992603131727a3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f42834ad5e77c05cb6bc0908b8fc9282fec7fc19 X-Git-Newrev: d3fe522f132d49424843d7f36f992603131727a3 X-SW-Source: 2019/txt/msg00299.txt.bz2 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 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 @@ Designated initializers P0329R4 8 - + __cpp_designated_initializers >= 201707 Familiar template syntax for generic lambdas P0428R2 8 - + __cpp_generic_lambdas >= 201707 List deduction of vector @@ -122,7 +122,7 @@ P1980R0 10 - __cpp_concepts >= ? + __cpp_concepts >= 201907 Range-based for statements with initializer @@ -152,7 +152,7 @@ Less eager instantiation of constexpr functions P0859R0 5.2 (mostly)
9 (P0859R0) - + __cpp_constexpr_in_decltype >= 201711 Consistent comparison (operator<=>) @@ -220,7 +220,7 @@ Allow pack expansion in lambda init-capture P0780R2 9 - + __cpp_init_captures >= 201803 Proposed wording for likely and unlikely attributes @@ -288,7 +288,7 @@ Immediate functions (consteval) P1073R3 10 - + __cpp_consteval >= 201811 std::is_constant_evaluated ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs