From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 6C463382D3AE; Mon, 14 Nov 2022 18:50:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C463382D3AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668451813; bh=nc2pnH0yRjVdICTD+ZWSH8dmHx6hC1b7FYSV1e5VfjQ=; h=To:Subject:Date:From:From; b=SvGB1pWye0XnxZ27rZ81+cHDGraZcwS7Fb012d330NyMpsALRQY4fpx+eoGTKv+GA D8EQQj5F1O5GDqwaY0aa/fC67HRk35A8h3ZROJx5wo5415B7X8LsfAizmoMYn2Bk+q I597xbT2EV8j8EKjGAvworWvA8tF4UE52UW1+i6s= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b97d1aba41d95ae9220fe08a991738a58a716212 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6bffab91722c4f22d0e00c7197cf15e716dd7f63 X-Git-Newrev: b97d1aba41d95ae9220fe08a991738a58a716212 Message-Id: <20221114185013.6C463382D3AE@sourceware.org> Date: Mon, 14 Nov 2022 18:50:13 +0000 (GMT) From: Marek Polacek 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 b97d1aba41d95ae9220fe08a991738a58a716212 (commit) from 6bffab91722c4f22d0e00c7197cf15e716dd7f63 (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 b97d1aba41d95ae9220fe08a991738a58a716212 Author: Marek Polacek Date: Mon Nov 14 13:49:21 2022 -0500 cxx-status: Add C++23 papers from the Nov 2022 Kona WG21 plenary diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 8650f3cd..3454cfc9 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -356,6 +356,42 @@ No + + + static operator[] + P2589R1 + No + __cpp_multidimensional_subscript >= 202211L + + + + DR: Permitting static constexpr variables in + constexpr functions + P2647R1 + No + __cpp_constexpr >= 202211L + + + + DR: consteval needs to propagate up + P2564R3 + No + __cpp_consteval >= 202211L + + + + DR: Meaningful exports + P2615R1 + No + + + + + Wording for P2644R1 Fix for Range-based for Loop + P2718R0 + No + +