From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1888) id 973A03858D38; Wed, 3 Jan 2024 15:09:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 973A03858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704294546; bh=bsHW8rCrjzdZ+TrAsO3jbBnFKAX+at7D3hm4b+sbqkY=; h=To:Subject:Date:From:From; b=xfOAARzDiizPKHkcM/Re8rKsL+1rtRj3vK6bdeHBCnxoB3+jDnoRb1dj/r0vyY/Br cwg8uFRqQmS7SEUwBQj12dHol4z+v8l/nDtNZfBsDgA6D7q0cBJaYkmAsws31TTfBQ 9MT3H+4L4DhtWyn1pj6dksSYEr6seRkiLkZXFKKo= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3e4db0711c8cb78b451588a145023c2558d7f575 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1f1b4088cb2beea6a576c9cac9958dc39343360d X-Git-Newrev: 3e4db0711c8cb78b451588a145023c2558d7f575 Message-Id: <20240103150906.973A03858D38@sourceware.org> Date: Wed, 3 Jan 2024 15:09:06 +0000 (GMT) From: Patrick Palka List-Id: 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 3e4db0711c8cb78b451588a145023c2558d7f575 (commit) from 1f1b4088cb2beea6a576c9cac9958dc39343360d (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 3e4db0711c8cb78b451588a145023c2558d7f575 Author: Patrick Palka Date: Wed Jan 3 10:08:07 2024 -0500 cxx-status: P2582R1 implemented in GCC 14 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 9b16f5e3..f75fc635 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -205,6 +205,10 @@ a work-in-progress.

consteval needs to propagate up (PR107687) +
  • P2582R1, + Class template argument deduction from inherited constructors + (PR107687) +
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index c8515129..358d3df1 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -419,7 +419,7 @@ Class template argument deduction from inherited constructors P2582R1 - No + 14 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 4 ++++ htdocs/projects/cxx-status.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs