---

Jakub poined out I'd forgotten the #cxx20-iterators on the new link.
And I've just realised it's a fragment not an anchor, so the commit
message is wrong, oops.

Pushed to wwwdocs.

 htdocs/gcc-14/porting_to.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/htdocs/gcc-14/porting_to.html b/htdocs/gcc-14/porting_to.html
index e8c2869b..004da7a5 100644
--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html
@@ -567,8 +567,9 @@ In GCC 14.3 <code>std::vector</code> has been extended so 
that
 the <code>vector(InputIterator, InputIterator)</code> constructor recognizes
 iterators that satisfy the C++20 iterator concepts, such as
 <code>std::random_access_iterator</code>.
-See <a href="../gcc-15/porting_to.html">Porting to GCC 15</a> for some caveats
-regarding compatibility with C++17-style iterators, and how to fix them.
+See <a href="../gcc-15/porting_to.html#cxx20-iterators">Porting to GCC 15</a>
+for some caveats regarding compatibility with C++17-style iterators,
+and how to fix them.
 </p>
 
 <!-- <h2 id="fortran">Fortran language issues</h2> -->
-- 
2.49.0

Reply via email to