From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 1EDF03857C73; Mon, 20 Jul 2020 21:59:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EDF03857C73 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d98ae5d85d52d99a797075a85a54c4603a564d25 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dbc2cba91f4840426b875685c0b9c2807a5870da X-Git-Newrev: d98ae5d85d52d99a797075a85a54c4603a564d25 Message-Id: <20200720215951.1EDF03857C73@sourceware.org> Date: Mon, 20 Jul 2020 21:59:51 +0000 (GMT) From: Jason Merrill X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2020 21:59:51 -0000 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 d98ae5d85d52d99a797075a85a54c4603a564d25 (commit) from dbc2cba91f4840426b875685c0b9c2807a5870da (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 d98ae5d85d52d99a797075a85a54c4603a564d25 Author: Jason Merrill Date: Mon Jul 20 17:58:48 2020 -0400 cxx-status: C++20 non-type template arg changes implemented. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 6eb51fbf..b56f1b46 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -293,18 +293,19 @@ - Class Types in Non-Type Template Parameters + Class Types in Non-Type Template Parameters P0732R2 9 __cpp_nontype_template_parameter_class >= 201806 - + Inconsistencies with non-type template parameters P1907R1 - - 9 - (partial, no floating point template args) + + 10 + (no floating point, union, or subobject template args)
+ 11 (complete) __cpp_nontype_template_args >= 201911 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs