From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 051643858D33; Wed, 22 Apr 2020 17:21:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 051643858D33 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. cb7aff9c268dcb7012ea1d72dee82f64b0c9de12 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ba9d172720e36f93daf9c1b4569d4babe34e307e X-Git-Newrev: cb7aff9c268dcb7012ea1d72dee82f64b0c9de12 Message-Id: <20200422172123.051643858D33@sourceware.org> Date: Wed, 22 Apr 2020 17:21:23 +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: Wed, 22 Apr 2020 17:21:23 -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 cb7aff9c268dcb7012ea1d72dee82f64b0c9de12 (commit) from ba9d172720e36f93daf9c1b4569d4babe34e307e (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 cb7aff9c268dcb7012ea1d72dee82f64b0c9de12 Author: Jonathan Wakely Date: Wed Apr 22 18:21:11 2020 +0100 Fix description of new C++20 library feature These functions work on _integer_ types, not integral types. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 06a4267a..3146806b 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -414,7 +414,7 @@ a work-in-progress.

std::atomic<floating point>.
  • - Integral comparison functions + Integer comparison functions (cmp_equal, cmp_less etc.).
  • std::ssize, std::to_array.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs