From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 9D8BD383E81B; Wed, 20 May 2020 21:27:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D8BD383E81B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7cca2f69e2f533cae99b16855716fe51e634312f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e66120b0b3489f482ad7abfe855ea628cf01206b X-Git-Newrev: 7cca2f69e2f533cae99b16855716fe51e634312f Message-Id: <20200520212756.9D8BD383E81B@sourceware.org> Date: Wed, 20 May 2020 21:27:56 +0000 (GMT) From: Marek Polacek 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: Wed, 20 May 2020 21:27:56 -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 7cca2f69e2f533cae99b16855716fe51e634312f (commit) from e66120b0b3489f482ad7abfe855ea628cf01206b (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 7cca2f69e2f533cae99b16855716fe51e634312f Author: Marek Polacek Date: Wed May 20 17:27:41 2020 -0400 C++ DRs, gcc-11/changes: CWG 2237 resolved. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index afb8f179..e88a628a 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -52,6 +52,7 @@ a work-in-progress.

  • DR 1512, Pointer comparison vs qualification conversions
  • DR 2289, Uniqueness of decomposition declaration names
  • +
  • DR 2237, Can a template-id name a constructor?
diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 32f602aa..85924fd1 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -15691,7 +15691,7 @@ 2237 WP Can a template-id name a constructor? - No + 11 (C++20 only) PR94415 @@ -16972,7 +16972,7 @@

This page is currently maintained by polacek@redhat.com.

Last update: -Wed 20 May 2020 01:52:20 PM EDT +Wed 20 May 2020 05:25:39 PM EDT

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 1 + htdocs/projects/cxx-dr-status.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs