public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Typo in "C++ Standards Support in GCC"
@ 2023-11-15  8:23 Taisei Katô
  2023-11-15 13:40 ` David Malcolm
  0 siblings, 1 reply; 2+ messages in thread
From: Taisei Katô @ 2023-11-15  8:23 UTC (permalink / raw)
  To: gcc

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

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."

Yours sincerely,

Katô Taisei

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Typo in "C++ Standards Support in GCC"
  2023-11-15  8:23 Typo in "C++ Standards Support in GCC" Taisei Katô
@ 2023-11-15 13:40 ` David Malcolm
  0 siblings, 0 replies; 2+ messages in thread
From: David Malcolm @ 2023-11-15 13:40 UTC (permalink / raw)
  To: Taisei Katô, gcc

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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-15 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-15  8:23 Typo in "C++ Standards Support in GCC" Taisei Katô
2023-11-15 13:40 ` David Malcolm

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).