From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id C3CCB385840B; Tue, 5 Oct 2021 17:11:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3CCB385840B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b99e91019bbb63d17eea6e5d75e8b9bc2a9b81cc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 78f03a4a633950743a416f5b9e7f721db7892090 X-Git-Newrev: b99e91019bbb63d17eea6e5d75e8b9bc2a9b81cc Message-Id: <20211005171113.C3CCB385840B@sourceware.org> Date: Tue, 5 Oct 2021 17:11:13 +0000 (GMT) From: Jakub Jelinek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2021 17:11:13 -0000 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 b99e91019bbb63d17eea6e5d75e8b9bc2a9b81cc (commit) from 78f03a4a633950743a416f5b9e7f721db7892090 (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 b99e91019bbb63d17eea6e5d75e8b9bc2a9b81cc Author: Jakub Jelinek Date: Tue Oct 5 19:11:04 2021 +0200 Add some feature test macros. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index add6f428..a8ef4c1b 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -136,7 +136,7 @@ Deducing this P0847R7 No - + __cpp_explicit_this_parameter >= 202110L @@ -150,14 +150,14 @@ Multidimensional subscript operator P2128R6 No - + __cpp_multidimensional_subscript >= 202110L Non-literal variables (and labels and gotos) in constexpr functions P2242R3 No - + __cpp_constexpr >= 202110L ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs