On Wed, 2023-11-15 at 08:23 +0000, Taisei Katô via Gcc wrote: > Dear GCC developers, > > There is a typo in Section "C++14 Support in GCC" in "C++ Standards > Support in GCC."<https://gcc.gnu.org/projects/cxx-status.html#cxx14> > "GCC has full support for the of the 2014 C++ standard." >
Good catch. I've pushed this patch to gcc-wwwdocs to fix the typo: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 28d0ba20..107e5b66 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -1418,7 +1418,7 @@ <h2 id="cxx14">C++14 Support in GCC</h2> - <p>GCC has full support for the of the 2014 C++ standard.</p> + <p>GCC has full support for the 2014 C++ standard.</p> <p>This mode is the default in GCC 6.1 up until GCC 10 (inclusive); it can be explicitly selected with the <code>-std=c++14</code> command-line flag, Thank you David > Yours sincerely, > > Katô Taisei >