From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 214C03858D37; Thu, 30 Nov 2023 09:11:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 214C03858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701335481; bh=Fcfr4wISwqbYY70yoKG7j5VQ7K6jJHY7EMnwr7lQZls=; h=To:Subject:Date:From:From; b=vY6OEeLCw42En4rACvfkFt1CTXVn3Jx/vQboXvrbLaFOfAmPGZW2icPiSQp5txoUG EIpm5WtJJzSAhW1taqwAW6rptWYjrqVkMX/4DLUYRrJxHkV0GowwWydW/fF4/AaHtF nPsc7GKGPPpXjD2XE7C2OwBVHiAWXPVoaYqxLVlo= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9aea190360805acf14a2296ea29541addbe92735 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 66b119710b80b6588cc1702174c5abd84153e422 X-Git-Newrev: 9aea190360805acf14a2296ea29541addbe92735 Message-Id: <20231130091121.214C03858D37@sourceware.org> Date: Thu, 30 Nov 2023 09:11:21 +0000 (GMT) From: Jakub Jelinek 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 9aea190360805acf14a2296ea29541addbe92735 (commit) from 66b119710b80b6588cc1702174c5abd84153e422 (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 9aea190360805acf14a2296ea29541addbe92735 Author: Jakub Jelinek Date: Thu Nov 30 10:11:01 2023 +0100 Mention that C++26 P2169R4 is implemented now. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 86c8b3de..f8f4db20 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -113,7 +113,7 @@ Placeholder variables with no name P2169R4 - No + 14 __cpp_placeholder_variables >= 202306L ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs