From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 3006E3858415; Tue, 30 Apr 2024 11:04:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3006E3858415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714475046; bh=Ibdyx2QxGuxBZQge1W97OpOJE4jVT1iNmRM0eyH8e/U=; h=To:Subject:Date:From:From; b=DEyaguzoPN0+1NjHi408AwCVvhzrvd2b+GFqblfYEIgpBAPei6Ueh6+BCapl5qYIB yW/gBiOamsqUbRO8GppHDtSfeISQiDASnefhgMgg34ug6+8m3VqJe60KbR1IYaiVBB XbKmd/DUgyM54Coq1sC7g52BdSdsLjcjoUg8dCC4= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e69905abc27d2de2131118d5850c42b024e1c963 X-Git-Newrev: 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 Message-Id: <20240430110406.3006E3858415@sourceware.org> Date: Tue, 30 Apr 2024 11:04:06 +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 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 (commit) from e69905abc27d2de2131118d5850c42b024e1c963 (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 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 Author: Jakub Jelinek Date: Tue Apr 30 13:03:31 2024 +0200 Mark P0609R3 as implemented for GCC 15. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 6dddb84e..a17b209c 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -145,7 +145,7 @@ Attributes for structured bindings P0609R3 - No + 15 __cpp_structured_bindings >= 202403L ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs