From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id DEFD13AA1407; Wed, 28 Apr 2021 17:10:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DEFD13AA1407 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b04fd89cb8bc48bad63fb59c91400bbf70e1f510 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 24151c175c08222c268d9c37cc8fa255e2b2384c X-Git-Newrev: b04fd89cb8bc48bad63fb59c91400bbf70e1f510 Message-Id: <20210428171024.DEFD13AA1407@sourceware.org> Date: Wed, 28 Apr 2021 17:10:24 +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:10:25 -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 b04fd89cb8bc48bad63fb59c91400bbf70e1f510 (commit) from 24151c175c08222c268d9c37cc8fa255e2b2384c (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 b04fd89cb8bc48bad63fb59c91400bbf70e1f510 Author: Jonathan Wakely Date: Wed Apr 28 18:08:33 2021 +0100 Replace elements with for HTML5 compatibility diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 912fc59b..23f71411 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -31,11 +31,12 @@ 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. + 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs