public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add functions that require <iterator> to GCC 12 porting-to docs
@ 2022-03-25 13:26 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-03-25 13:26 UTC (permalink / raw)
  To: gcc-patches

Pushed to wwwdocs.

---
 htdocs/gcc-12/porting_to.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 <code>std::shared_ptr</code>, <code>std::unique_ptr</code> etc.)
 </li>
 <li> <code>&lt;iterator&gt;</code>
-  (for <code>std::istream_iterator</code>, <code>std::istreambuf_iterator</code>)
+  (for <code>std::begin</code>, <code>std::end</code>, <code>std::size</code>,
+  <code>std::istream_iterator</code>, <code>std::istreambuf_iterator</code>)
 </li>
 <li> <code>&lt;algorithm&gt;</code>
   (for <code>std::for_each</code>, <code>std::copy</code> etc.)
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-25 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 13:26 [wwwdocs] Add functions that require <iterator> to GCC 12 porting-to docs Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).