From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 1D6133865479; Fri, 19 Mar 2021 20:12:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D6133865479 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3aca43b28c04f6d0c7f446bafcd2f539a2eec5b0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 24dc3519f3dcd98375d401379380d6534e7e0fe3 X-Git-Newrev: 3aca43b28c04f6d0c7f446bafcd2f539a2eec5b0 Message-Id: <20210319201218.1D6133865479@sourceware.org> Date: Fri, 19 Mar 2021 20:12:18 +0000 (GMT) From: Jonathan Wakely 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: Fri, 19 Mar 2021 20:12:18 -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 3aca43b28c04f6d0c7f446bafcd2f539a2eec5b0 (commit) from 24dc3519f3dcd98375d401379380d6534e7e0fe3 (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 3aca43b28c04f6d0c7f446bafcd2f539a2eec5b0 Author: Jonathan Wakely Date: Fri Mar 19 20:12:01 2021 +0000 Document std::is_scoped_enum support diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 9734eee8..99fb9d8f 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -483,7 +483,7 @@ a work-in-progress.

  • contains member functions for strings, thanks to Paul Fee.
  • -
  • std::to_underlying
  • +
  • std::to_underlying, std::is_scoped_enum
  • Experimental support for Data-Parallel Types (simd) ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs