From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id D5B563857C46; Tue, 10 Nov 2020 00:06:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D5B563857C46 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7dbbae5e3c469f89775eb104f0ad5bdb1a91fab9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f19bf69d5c7b96283cdeb889ea5ffd1a4d3723ff X-Git-Newrev: 7dbbae5e3c469f89775eb104f0ad5bdb1a91fab9 Message-Id: <20201110000653.D5B563857C46@sourceware.org> Date: Tue, 10 Nov 2020 00:06:53 +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: Tue, 10 Nov 2020 00:06:54 -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 7dbbae5e3c469f89775eb104f0ad5bdb1a91fab9 (commit) from f19bf69d5c7b96283cdeb889ea5ffd1a4d3723ff (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 7dbbae5e3c469f89775eb104f0ad5bdb1a91fab9 Author: Marek Polacek Date: Mon Nov 9 19:06:41 2020 -0500 gcc-11/changes, C++ DR table: GCC 11 supports DR 2303. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index f29de2c2..0fce64cd 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -177,6 +177,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 2303, Partial ordering and recursive variadic inheritance
  • DR 2369, Ordering between constraints and substitution
  • DR 2450, braced-init-list as a template-argument
  • diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 63630092..72221490 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -16153,7 +16153,7 @@ 2303 DRWP Partial ordering and recursive variadic inheritance - No + 11 PR97453 @@ -17189,7 +17189,7 @@

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

    Last update: -Mon Nov 9 06:28:17 PM EST 2020 +Mon Nov 9 07:05:43 PM EST 2020

    ----------------------------------------------------------------------- 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