public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. df8e807fa3d534472e1b2084b5fcfc761888ccbc
@ 2020-11-26 11:52 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-11-26 11:52 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  df8e807fa3d534472e1b2084b5fcfc761888ccbc (commit)
      from  611da69f7782376d2737fe683f5db7ea7a5cdb31 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df8e807fa3d534472e1b2084b5fcfc761888ccbc
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Nov 26 11:51:57 2020 +0000

    Fix typo and wording of previous commit

diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html
index 91cd0b4d..41efc3b6 100644
--- a/htdocs/gcc-11/porting_to.html
+++ b/htdocs/gcc-11/porting_to.html
@@ -95,19 +95,18 @@ GCC 11 now enforces that comparison objects be invocable as const.
 <p>Some C++ Standard Library headers have been changed to no longer include
 other headers that they do need to depend on.
 As such, C++ programs that used standard library components without
-including the right headers will no longer compiler.
+including the right headers will no longer compile.
 </p>
 <p>
 The following headers are used less widely in libstdc++ and may need to
-be included explicitly by programs that were incorrectly relying on them
-being included implicitly by other headers:
+be included explicitly when compiled with GCC 11:
 </p>
 <ul>
 <li> <code>&lt;limits&gt;</code>
-  (e.g. for <code>std::numeric_limits</code>)
+  (for <code>std::numeric_limits</code>)
 </li>
 <li> <code>&lt;memory&gt;</code>
-  (e.g. for <code>std::unique_ptr</code>, <code>std::shared_ptr</code> etc.)
+  (for <code>std::unique_ptr</code>, <code>std::shared_ptr</code> etc.)
 </li>
 <li> <code>&lt;utility&gt;</code>
   (for <code>std::pair</code>, <code>std::tuple_size</code>,

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-11/porting_to.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


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

only message in thread, other threads:[~2020-11-26 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 11:52 gcc-wwwdocs branch master updated. df8e807fa3d534472e1b2084b5fcfc761888ccbc 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).