public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. bfc68f3f88406a07757d111a0f894426a6bc4522
@ 2021-02-03 19:32 Edward Smith-Rowland
  0 siblings, 0 replies; only message in thread
From: Edward Smith-Rowland @ 2021-02-03 19:32 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  bfc68f3f88406a07757d111a0f894426a6bc4522 (commit)
      from  1e24d5f086e0b1b0f48cef83640094ae5a2b73ae (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 bfc68f3f88406a07757d111a0f894426a6bc4522
Author: Ed Smith-Rowland <3dw4rd@verizon.net>
Date:   Wed Feb 3 14:23:00 2021 -0500

    Mention C++23 flags and P0330R8, Literal Suffix for (signed) size_t.
    Tweak an href in cxx-status.

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index efbf3341..a8b036c3 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -251,6 +251,18 @@ a work-in-progress.</p>
       to <a href="../projects/cxx-status.html#cxx20">C++ 20 Status</a>
     </ul>
   </li>
+  <li>
+    The C++ front end has experimental support for some of the upcoming C++23
+    draft features with the <code>-std=c++23</code>, <code>-std=gnu++23</code>,
+    <code>-std=c++2b</code> or <code>-std=gnu++2b</code> flags,
+    including
+    <ul>
+      <li>P0330R8, Literal Suffix for (signed) size_t.</li>
+    </ul>
+    For a full list of new features,
+    see <a href="../projects/cxx-status.html#cxx23">the C++
+    status page</a>.
+  </li>
   <li>Several C++ Defect Reports have been resolved, e.g.:
     <ul>
       <li>DR 625, Use of <code>auto</code> as a <em>template-argument</em></li>
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 91916930..94f45def 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -19,7 +19,7 @@
     <li><a href="#cxx14">C++14</a></li>
     <li><a href="#cxx17">C++17</a></li>
     <li><a href="#cxx20">C++20</a></li>
-    <li><a href="#cxx20">C++23</a></li>
+    <li><a href="#cxx23">C++23</a></li>
     <li><a href="#tses">Technical Specifications</a></li>
   </ul>
   

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

Summary of changes:
 htdocs/gcc-11/changes.html      | 12 ++++++++++++
 htdocs/projects/cxx-status.html |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


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

only message in thread, other threads:[~2021-02-03 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 19:32 gcc-wwwdocs branch master updated. bfc68f3f88406a07757d111a0f894426a6bc4522 Edward Smith-Rowland

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