From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 2AC4D385829A; Wed, 7 Feb 2024 14:15:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC4D385829A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707315308; bh=yz1byy7ecO0SqIQqBn3Ciog9jZSMZUWqLCHspWqjYlM=; h=To:Subject:Date:From:From; b=hqOEPXUM94wcVl5v2TqJCYDQzaZ0C7WmsSRMUlNOQ2Fdj9qzR3C8aftfsjvuQryW5 9VYBjymlVxOvwtCrqOLvudJUMup20cAMGi+RsJDHSILKWahnZ1jFLtc4n4fbNt8nE4 HxCuLNk74bgbgSPUrV1+mHlBYbeW+T+PAa9FkDIQ= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3d0f4b4b7c389f0c9454ad71dd061b1bd8c68238 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1e8d94c15d64796ba2ea5abadc3b5e48ff964801 X-Git-Newrev: 3d0f4b4b7c389f0c9454ad71dd061b1bd8c68238 Message-Id: <20240207141508.2AC4D385829A@sourceware.org> Date: Wed, 7 Feb 2024 14:15:08 +0000 (GMT) From: Jakub Jelinek 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 3d0f4b4b7c389f0c9454ad71dd061b1bd8c68238 (commit) from 1e8d94c15d64796ba2ea5abadc3b5e48ff964801 (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 3d0f4b4b7c389f0c9454ad71dd061b1bd8c68238 Author: Jakub Jelinek Date: Wed Feb 7 15:14:52 2024 +0100 Add 2 more C++26 Kona papers. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index c265edc0..65030980 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -117,12 +117,24 @@ __cpp_placeholder_variables >= 202306L + + Pack indexing + P2662R3 + No + __cpp_pack_indexing >= 202311L + Removing deprecated arithmetic conversion on enumerations P2864R2 (DR) 14 + + Template parameter initialization + P2308R1 (DR) + No + +