From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 0BC633857C5F; Fri, 11 Sep 2020 15:26:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BC633857C5F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2a1071ff337f3c060c12d3d4c65cd39cf3b01954 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2330b0f89b6ac47cbb2253562a350eb1d121dd69 X-Git-Newrev: 2a1071ff337f3c060c12d3d4c65cd39cf3b01954 Message-Id: <20200911152618.0BC633857C5F@sourceware.org> Date: Fri, 11 Sep 2020 15:26:18 +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: Fri, 11 Sep 2020 15:26:18 -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 2a1071ff337f3c060c12d3d4c65cd39cf3b01954 (commit) from 2330b0f89b6ac47cbb2253562a350eb1d121dd69 (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 2a1071ff337f3c060c12d3d4c65cd39cf3b01954 Author: Marek Polacek Date: Fri Sep 11 11:25:56 2020 -0400 C++ DRs: CWG 2369 is supported in GCC 11. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index ee7ef931..9239cf12 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -119,6 +119,7 @@ a work-in-progress.

  • DR 2032, Default template-arguments of variable templates
  • DR 2289, Uniqueness of decomposition declaration names
  • DR 2237, Can a template-id name a constructor?
  • +
  • DR 2369, Ordering between constraints and substitution
  • G++ now performs better access checking in templates diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 7c0b9f3e..2f62076d 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -16615,7 +16615,7 @@ 2369 drafting Ordering between constraints and substitution - - + 11 @@ -17189,7 +17189,7 @@

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

    Last update: -Tue 11 Aug 2020 02:12:01 PM EDT +Fri 11 Sep 2020 11:23:58 AM 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