From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from hamza.pair.com (hamza.pair.com [209.68.5.143])
by sourceware.org (Postfix) with ESMTPS id 760213860758
for ; Fri, 30 Jun 2023 11:05:32 +0000 (GMT)
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 760213860758
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com
Received: from hamza.pair.com (localhost [127.0.0.1])
by hamza.pair.com (Postfix) with ESMTP id 137F733EA0;
Fri, 30 Jun 2023 07:05:32 -0400 (EDT)
Received: from naga.localdomain (62-47-131-188.adsl.highway.telekom.at [62.47.131.188])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
(No client certificate requested)
by hamza.pair.com (Postfix) with ESMTPSA id 6D99133E9D;
Fri, 30 Jun 2023 07:05:31 -0400 (EDT)
Date: Fri, 30 Jun 2023 13:05:30 +0200 (CEST)
From: Gerald Pfeifer
To: gcc-patches@gcc.gnu.org, Marek Polacek
Subject: [pushed] wwwdocs: gcc-14: Add list markup for C++ release notes
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
X-Scanned-By: mailmunge 3.11 on 209.68.5.143
Message-Id: <20230630110532.137F733EA0@hamza.pair.com>
X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org
List-Id:
List items can only appear in lists. :-)
This fixes up
commit b38079855ead7f7e358d17bc06642d031de5e29b
Author: Marek Polacek
Date: Thu Jun 22 14:44:43 2023 -0400
C++26 P2752R3 - Static storage for braced initializers implemented
Gerald
---
htdocs/gcc-14/changes.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 00165740..3f797642 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -76,6 +76,7 @@ a work-in-progress.
C++
+
- Several C++26 features have been implemented:
- P2752R3, Static storage for
@@ -83,6 +84,7 @@ a work-in-progress.
+
--
2.41.0