From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 7960B3858D1E; Thu, 11 May 2023 20:25:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7960B3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683836743; bh=L0DN7EgWv3EAxY3fkfMN7pxLr2wXI6gNpcTqtIk4Dqk=; h=To:Subject:Date:From:From; b=ynkEixbMY91k4agO77X+9cFgvZga4eTlXNzTRECui6dlurVBrAa8PaQwa8uQ64zq1 Y7EJyZHNrqZBSN4fWEKWBQSDPdniMc58iBgghREdOT2xoB6dziawS8Yrpy0tnbpmeq A8kz3/dFXR2PhueGJ07rAu2E4QH/85Jtk/ikWFVU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. a5a3dc2f85786b038bc66b0e1929fdc67095397b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c47e7251a822a5068249ba6eb875a1fbd3fecc8b X-Git-Newrev: a5a3dc2f85786b038bc66b0e1929fdc67095397b Message-Id: <20230511202543.7960B3858D1E@sourceware.org> Date: Thu, 11 May 2023 20:25:43 +0000 (GMT) From: Gerald Pfeifer 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 a5a3dc2f85786b038bc66b0e1929fdc67095397b (commit) from c47e7251a822a5068249ba6eb875a1fbd3fecc8b (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 a5a3dc2f85786b038bc66b0e1929fdc67095397b Author: Gerald Pfeifer Date: Thu May 11 22:24:02 2023 +0200 projects/cxx-status: Fix markup Commit a09e584729 introduced an without corresponding . diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 7f59e5a2..675fbcd0 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -402,7 +402,7 @@ --> -

C++20 Support in GCC

+

C++20 Support in GCC

GCC has experimental support for the latest revision of the C++ standard, which was published in 2020. ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs