commit df8e807fa3d534472e1b2084b5fcfc761888ccbc Author: Jonathan Wakely 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.

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.

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: