From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id DA19A3858404; Tue, 27 Sep 2022 23:49:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA19A3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664322569; bh=PV+AXO9mt4jHClcNl2SnyG7KWPXLFu9enKMhU/8BvEc=; h=To:Subject:Date:From:From; b=b97s9AhF2ecPuQO6w4YesBYl0BIQRUI9sgJLkmB3HMXsLgdBmtaHwKZeiFoe44aDg Wec9077w5REcZBAtFYR9w+qGcvWdfHIKM1Lj4QEIRsSFygAG4s05Y3JZf8KeAwQH/K 5VUTCFmhUjNYFYlEKKEsEDBX/Wx/U9+4B70wgfzc= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f86ad5984e6cc4e56fe2e79862bd08455d168a6c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b15cd0a24bbde8edd78d76fb11557890b3dddd02 X-Git-Newrev: f86ad5984e6cc4e56fe2e79862bd08455d168a6c Message-Id: <20220927234929.DA19A3858404@sourceware.org> Date: Tue, 27 Sep 2022 23:49:29 +0000 (GMT) From: Marek Polacek 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 f86ad5984e6cc4e56fe2e79862bd08455d168a6c (commit) from b15cd0a24bbde8edd78d76fb11557890b3dddd02 (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 f86ad5984e6cc4e56fe2e79862bd08455d168a6c Author: Marek Polacek Date: Tue Sep 27 19:49:06 2022 -0400 P2266R3 is implemented in GCC 13 diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 7c2026c6..58182d57 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -149,6 +149,14 @@ a work-in-progress.

Compatibility and Portability Fix (PR106656) +
  • P1169R4, static + operator() + (PR106651) +
  • +
  • P2266R3, Simpler implicit + move + (PR101165) +
  • New warnings: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 531bc49c..99097720 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -127,7 +127,7 @@ Simpler implicit move P2266R3 - No + 13 __cpp_implicit_move >= 202207L ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 8 ++++++++ htdocs/projects/cxx-status.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs