From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13605 invoked by alias); 29 Nov 2019 15:03:40 -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 13537 invoked by uid 9071); 29 Nov 2019 15:03:40 -0000 Date: Fri, 29 Nov 2019 15:03:00 -0000 Message-ID: <20191129150340.13533.qmail@sourceware.org> From: jakub@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1b74d49d8fced10117e17f6509d16663bb43d61f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b22559c84001d6c75c64597f96ca119b488b9b1a X-Git-Newrev: 1b74d49d8fced10117e17f6509d16663bb43d61f X-SW-Source: 2019/txt/msg00305.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 1b74d49d8fced10117e17f6509d16663bb43d61f (commit) from b22559c84001d6c75c64597f96ca119b488b9b1a (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 1b74d49d8fced10117e17f6509d16663bb43d61f Author: Jakub Jelinek Date: Fri Nov 29 16:03:16 2019 +0100 Clarify consteval is only partially supported in GCC 10, use partial class also for __VA_OPT__. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index c6ff78e..00ca61e 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -87,7 +87,7 @@ __VA_OPT__ for preprocessor comma elision P0306R4
P1042R1 - 8 + 8 (partial, no #__VA_OPT__ support) @@ -288,7 +288,8 @@ Immediate functions (consteval) P1073R3 - 10 + 10 + (partial, no consteval virtual support) __cpp_consteval >= 201811 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs