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 0dcbe939ef69f9e5088d895bbf6ea93c6685137d (commit) from 75e545b42f47f3486d13f09b4afbfe0abffe71db (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 0dcbe939ef69f9e5088d895bbf6ea93c6685137d Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri May 23 12:48:56 2025 +0100 Add anchor to new link to GCC 15 notes 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> --> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/porting_to.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs