From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 37E633AA982D; Wed, 28 Apr 2021 17:00:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37E633AA982D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 24151c175c08222c268d9c37cc8fa255e2b2384c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b9e5cd3fdae7ae811cfb22c44a6366cb5b372e72 X-Git-Newrev: 24151c175c08222c268d9c37cc8fa255e2b2384c Message-Id: <20210428170028.37E633AA982D@sourceware.org> Date: Wed, 28 Apr 2021 17:00:28 +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, 28 Apr 2021 17:00:28 -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 24151c175c08222c268d9c37cc8fa255e2b2384c (commit) from b9e5cd3fdae7ae811cfb22c44a6366cb5b372e72 (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 24151c175c08222c268d9c37cc8fa255e2b2384c Author: Jonathan Wakely Date: Wed Apr 28 17:59:50 2021 +0100 Document deprecation of non-standard std::pair constructors for GCC 12 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index e0ac986e..912fc59b 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -30,6 +30,13 @@ a work-in-progress.

Caveats

    +
  • + Two non-standard std::pair constructors have been deprecated. + These allowed the use of an rvalue and a literal 0 to construct + a pair containing a move-only type and a pointer. The nullptr + keyword should be used to initialize the pointer member instead of a + literal 0, as this is portable to other C++ implementations. +
  • ...
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs