[wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14

2024-01-11 Thread Jonathan Wakely
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:
 
 
  algorithm
-  (for std::copy_n, std::lower_bound,
+  (for std::copy_n, std::find_if,
+  std::lower_bound,
   std::remove, std::reverse,
   std::sort etc.)
 
+ cstdint
+  (for std::int8_t, std::int32_t etc.)
+
 
 
 
-- 
2.43.0



[wwwdocs] Update notes on libstdc++ header dependency changes in GCC 14

2023-12-16 Thread Jonathan Wakely
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:
 
 
  algorithm
-  (for std::copy_n, std::lower_bound,
+  (for std::copy_n, std::find_if,
+  std::lower_bound,
   std::remove, std::reverse,
   std::sort etc.)
 
+ cstdint
+  (for std::int8_t, std::int32_t etc.)
+
 
 
 
-- 
2.43.0