From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id F1875389EC57; Fri, 25 Mar 2022 13:26:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1875389EC57 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e870a90578545e04dea26cd9d9aa32dff2212834 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 026ac01f467563e529964c97ca5fec11c348540e X-Git-Newrev: e870a90578545e04dea26cd9d9aa32dff2212834 Message-Id: <20220325132610.F1875389EC57@sourceware.org> Date: Fri, 25 Mar 2022 13:26:10 +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: Fri, 25 Mar 2022 13:26:11 -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 e870a90578545e04dea26cd9d9aa32dff2212834 (commit) from 026ac01f467563e529964c97ca5fec11c348540e (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 e870a90578545e04dea26cd9d9aa32dff2212834 Author: Jonathan Wakely Date: Fri Mar 25 13:25:33 2022 +0000 Add functions that require to GCC 12 porting-to docs diff --git a/htdocs/gcc-12/porting_to.html b/htdocs/gcc-12/porting_to.html index 470703c7..079bda30 100644 --- a/htdocs/gcc-12/porting_to.html +++ b/htdocs/gcc-12/porting_to.html @@ -67,7 +67,8 @@ be included explicitly when compiled with GCC 12: (for std::shared_ptr, std::unique_ptr etc.)
  • <iterator> - (for std::istream_iterator, std::istreambuf_iterator) + (for std::begin, std::end, std::size, + std::istream_iterator, std::istreambuf_iterator)
  • <algorithm> (for std::for_each, std::copy etc.) ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/porting_to.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs