Pushed to wwwdocs.
commit d334ee4964c7e186336396b44129197f618100f7
Author: Jonathan Wakely <[email protected]>
Date: Tue Feb 1 12:37:38 2022 +0000
Fix grammar in C++ header dependency notes
diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html
index 4d27c163..1d15570e 100644
--- a/htdocs/gcc-11/porting_to.html
+++ b/htdocs/gcc-11/porting_to.html
@@ -93,7 +93,7 @@ GCC 11 now enforces that comparison objects be invocable as
const.
<h3 id="header-dep-changes">Header dependency changes</h3>
<p>Some C++ Standard Library headers have been changed to no longer include
-other headers that they do need to depend on.
+other headers that were being used internally by the library.
As such, C++ programs that used standard library components without
including the right headers will no longer compile.
</p>