public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix grammar in C++ header dependency notes
@ 2022-02-01 12:38 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-02-01 12:38 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 20 bytes --]

Pushed to wwwdocs.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 821 bytes --]

commit d334ee4964c7e186336396b44129197f618100f7
Author: Jonathan Wakely <jwakely@redhat.com>
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>

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

only message in thread, other threads:[~2022-02-01 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 12:38 [PATCH] Fix grammar in C++ header dependency notes 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).