I pushed this patch to update changes to mention the C++23 flags and the size_t 
literals.

Ed

commit bfc68f3f88406a07757d111a0f894426a6bc4522
Author: Ed Smith-Rowland <3dw...@verizon.net  <mailto:3dw...@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(-)

Reply via email to