From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64460 invoked by alias); 5 Dec 2019 20:49:42 -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 64356 invoked by uid 9885); 5 Dec 2019 20:49:42 -0000 Date: Thu, 05 Dec 2019 20:49:00 -0000 Message-ID: <20191205204942.64353.qmail@sourceware.org> From: mpolacek@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4c3529b2c6a75184fc957dfd11ee4ddeee82eae4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f6b5b68544cd99f6948d2a0ffd4715e69e676482 X-Git-Newrev: 4c3529b2c6a75184fc957dfd11ee4ddeee82eae4 X-SW-Source: 2019/txt/msg00317.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 4c3529b2c6a75184fc957dfd11ee4ddeee82eae4 (commit) from f6b5b68544cd99f6948d2a0ffd4715e69e676482 (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 4c3529b2c6a75184fc957dfd11ee4ddeee82eae4 Author: Marek Polacek Date: Thu Dec 5 15:49:29 2019 -0500 P1331R2: Allow trivial default init in constexpr contexts is done diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index e029664..23481e8 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -121,6 +121,7 @@ a work-in-progress.

  • P1814R0, class template argument deduction for alias templates
  • P1816R0, class template argument deduction for aggregates
  • P0960R3, Parenthesized initialization of aggregates
  • +
  • P1331R2, Allow trivial default initialization in constexpr contexts
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index f9217b4..85470f0 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -322,7 +322,7 @@ P1331R2 - No (PR91353) + 10 __cpp_constexpr >= 201907 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 1 + htdocs/projects/cxx-status.html | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- gcc-wwwdocs