From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 7ECA73858D33; Tue, 28 Feb 2023 21:13:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7ECA73858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677618822; bh=D/C5UQJquN6yDyNHRyQQgIpFcPLlfz8d8MLHS8SuVc8=; h=To:Subject:Date:From:From; b=cYmPfQOKEUigDqprZNye/Vpg+ormVa3TI+ueuPkaM/5WxMQVwSKkT2v81ShNjfZ1f Ei8VRh2VvQSWTF3hB4BQmpBq/nUuULpczdK8EvRc3kZ7oHJmXXvqOUBWG+GoxT/Knw t86S7MXtVfWayVq/gJZwJd76XFxcBwpYdOB1yeqY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7e7e2b4b13a95a457c48e3d2a88a2dfae5431024 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 16a56d3804f5ba43d517427cdab74f0bf017de80 X-Git-Newrev: 7e7e2b4b13a95a457c48e3d2a88a2dfae5431024 Message-Id: <20230228211342.7ECA73858D33@sourceware.org> Date: Tue, 28 Feb 2023 21:13:42 +0000 (GMT) From: Jonathan Wakely 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 7e7e2b4b13a95a457c48e3d2a88a2dfae5431024 (commit) from 16a56d3804f5ba43d517427cdab74f0bf017de80 (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 7e7e2b4b13a95a457c48e3d2a88a2dfae5431024 Author: Jonathan Wakely Date: Thu Feb 16 14:51:04 2023 +0000 Document synchronized_value addition to libstdc++ diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index a803f501..811d9bdf 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -324,6 +324,9 @@ a work-in-progress.

  • Support for the <experimental/scope> header from v3 of the Library Fundamentals Technical Specification.
  • +
  • Support for the <experimental/synchronized_value> + header from v2 of the Concurrency Technical Specification. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs