C++ 1z became C++ 17, the anchor was updated, alas links were not.

Pushed.

Gerald
---
 htdocs/gcc-6/changes.html | 2 +-
 htdocs/gcc-7/changes.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html
index 582fb7f62..6fbd006a3 100644
--- a/htdocs/gcc-6/changes.html
+++ b/htdocs/gcc-6/changes.html
@@ -308,7 +308,7 @@ within strings:
     a memory store to a location precedes a constructor to that
     memory location.</li>
     <li>G++ now supports
-        <a href="../projects/cxx-status.html#cxx1z">C++17</a>
+        <a href="../projects/cxx-status.html#cxx17">C++17</a>
         fold expressions, <code>u8</code> character literals,
         extended <code>static_assert</code>, and nested namespace 
definitions.</li>
     <li>G++ now allows constant evaluation for all non-type template 
arguments.</li>
diff --git a/htdocs/gcc-7/changes.html b/htdocs/gcc-7/changes.html
index 1b028e17d..606af86fd 100644
--- a/htdocs/gcc-7/changes.html
+++ b/htdocs/gcc-7/changes.html
@@ -607,7 +607,7 @@ void f (const char *fname)
     including <code>if constexpr</code>, class template argument
     deduction, <code>auto</code> template parameters, and structured bindings.
     For a full list of new features,
-    see <a href="../projects/cxx-status.html#cxx1z">the C++
+    see <a href="../projects/cxx-status.html#cxx17">the C++
       status page</a>.</li>
   <li>C++17 support for <code>new</code> of over-aligned types can be enabled
     in other modes with the <code>-faligned-new</code> flag.</li>
-- 
2.54.0

Reply via email to