From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 8C8F83857C40; Tue, 22 Jun 2021 17:20:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C8F83857C40 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e373348138d8d767067c0a79b3ddc6a70cbee3a4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7b804041d34c344a190105e78c6058e2645bf7cb X-Git-Newrev: e373348138d8d767067c0a79b3ddc6a70cbee3a4 Message-Id: <20210622172009.8C8F83857C40@sourceware.org> Date: Tue, 22 Jun 2021 17:20:09 +0000 (GMT) From: Marek Polacek 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, 22 Jun 2021 17:20:09 -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 e373348138d8d767067c0a79b3ddc6a70cbee3a4 (commit) from 7b804041d34c344a190105e78c6058e2645bf7cb (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 e373348138d8d767067c0a79b3ddc6a70cbee3a4 Author: Marek Polacek Date: Tue Jun 22 13:19:37 2021 -0400 gcc-12/changes.html: Add if consteval diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 42ded16d..07f70b8b 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -72,7 +72,15 @@ a work-in-progress.

- +

C++

+
    +
  • Several C++23 features have been implemented: +
      +
    • P1938R3, if consteval
    • +
    +
  • +
+ ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs