From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 1921A3858D28; Fri, 6 Jan 2023 10:47:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1921A3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673002041; bh=NDs+l4yEQMjqTczfM2frMj+dlsSOszU/5xvrT/J5I10=; h=To:Subject:Date:From:From; b=wIhhGMCF9n5t4mPOXuR4DrX7E9OKHPu025OTRef7Gr6BW5kLv79G70s8WiJEQfCFi tq5QkwgTAe+qTuj3Qn25AFqCM/d/PV2MW4bVg96Qrg7GjsNNCY7fRfVOaSRWpUChVq ZEKUHEwPGFQeLqOolvNdrWvyz0fIjekdJcq4I4aA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1e3891001dc54922a5b2d9c9c5d9429610e04edd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 405bbff08465111eaba29f202d84107d0bd020ae X-Git-Newrev: 1e3891001dc54922a5b2d9c9c5d9429610e04edd Message-Id: <20230106104721.1921A3858D28@sourceware.org> Date: Fri, 6 Jan 2023 10:47:21 +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 1e3891001dc54922a5b2d9c9c5d9429610e04edd (commit) from 405bbff08465111eaba29f202d84107d0bd020ae (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 1e3891001dc54922a5b2d9c9c5d9429610e04edd Author: Jonathan Wakely Date: Fri Jan 6 10:47:11 2023 +0000 Fix typo in libstdc++ release notes diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index d9879d79..41a117b4 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -243,7 +243,7 @@ a work-in-progress.

views::repeat, views::chunk_by, views::cartesian_product, views::as_rvalue. -
  • Monadic operations for std::optional.
  • +
  • Monadic operations for std::expected.
  • Constexpr std::bitset, std::to_chars and std::from_chars.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs