public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14
@ 2024-01-11 12:48 Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2024-01-11 12:48 UTC (permalink / raw)
  To: libstdc++, gcc-patches

Some failures related to std::find_if and stdint types were observed
doing mass rebuilds with GCC 14.

Pushed to wwwdocs.

---
 htdocs/gcc-14/porting_to.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html
index dea9ac80..3e4cedc3 100644
--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html
@@ -38,10 +38,14 @@ be included explicitly when compiling with GCC 14:
 </p>
 <ul>
 <li> <code>&lt;algorithm&gt;</code>
-  (for <code>std::copy_n</code>, <code>std::lower_bound</code>,
+  (for <code>std::copy_n</code>, <code>std::find_if</code>,
+  <code>std::lower_bound</code>,
   <code>std::remove</code>, <code>std::reverse</code>,
   <code>std::sort</code> etc.)
 </li>
+<li> <code>&lt;cstdint&gt;</code>
+  (for <code>std::int8_t</code>, <code>std::int32_t</code> etc.)
+</li>
 </ul>
 
 <!-- <h2 id="fortran">Fortran language issues</h2> -->
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14
@ 2023-12-16 22:55 Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2023-12-16 22:55 UTC (permalink / raw)
  To: libstdc++, gcc-patches

Pushed to wwwdocs.

-- >8 --

---
 htdocs/gcc-14/porting_to.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html
index dea9ac80..3e4cedc3 100644
--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html
@@ -38,10 +38,14 @@ be included explicitly when compiling with GCC 14:
 </p>
 <ul>
 <li> <code>&lt;algorithm&gt;</code>
-  (for <code>std::copy_n</code>, <code>std::lower_bound</code>,
+  (for <code>std::copy_n</code>, <code>std::find_if</code>,
+  <code>std::lower_bound</code>,
   <code>std::remove</code>, <code>std::reverse</code>,
   <code>std::sort</code> etc.)
 </li>
+<li> <code>&lt;cstdint&gt;</code>
+  (for <code>std::int8_t</code>, <code>std::int32_t</code> etc.)
+</li>
 </ul>
 
 <!-- <h2 id="fortran">Fortran language issues</h2> -->
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-11 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 12:48 [wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14 Jonathan Wakely
  -- strict thread matches above, loose matches on Subject: below --
2023-12-16 22:55 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).