From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id BB3A23858D20; Fri, 11 Aug 2023 18:10:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB3A23858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691777441; bh=I/6bglGNnkwO/soako7YHSQdHLex2SQArCjY/FUdhcA=; h=To:Subject:Date:From:From; b=Xg+pUOQhDM5cNAqHWRXN0OK9fXEQjssj0Tv/NwHi/mrhKovyT3oR7ERMLP5b/Ilvm jPqhXY2WKrP50wE3rjmWn3ECh1/twegXbrOtcr6T+dYuotp65MN+ZENfFsHejY0rPX f1bqqVFznvZfObWy+yz1/IMmLkKC1/fRpZv69fZY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 96038e968d9a15f74ade8cce029788ab6649f811 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a4adda5557597721d604fd591ac57241041316ce X-Git-Newrev: 96038e968d9a15f74ade8cce029788ab6649f811 Message-Id: <20230811181041.BB3A23858D20@sourceware.org> Date: Fri, 11 Aug 2023 18:10:41 +0000 (GMT) From: Jason Merrill 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 96038e968d9a15f74ade8cce029788ab6649f811 (commit) from a4adda5557597721d604fd591ac57241041316ce (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 96038e968d9a15f74ade8cce029788ab6649f811 Author: Jason Merrill Date: Fri Aug 11 14:09:42 2023 -0400 cxx-status: add C++23 feature test macros diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 8647bdb0..17e17a1c 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -90,7 +90,7 @@ constexpr cast from void* P2738R1 14 - + __cpp_constexpr >= 202306L On the ignorability of standard attributes @@ -108,13 +108,13 @@ User-generated static_assert messages P2741R3 No - + __cpp_static_assert >= 202306L Placeholder variables with no name P2169R4 No - + __cpp_placeholder_variables >= 202306L