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 d2fe10e1c1ea81e3c2c6c7ce96301d6b21c924a9 (commit)
from 2a6a5451e9601bc812d948e4cf909ae647629c41 (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 d2fe10e1c1ea81e3c2c6c7ce96301d6b21c924a9
Author: Nathan Myers <[email protected]>
Date: Fri Apr 24 15:12:49 2026 -0400
porting_to: header highlighting
diff --git a/htdocs/gcc-16/porting_to.html b/htdocs/gcc-16/porting_to.html
index 3eb7e5e7..9946d7e8 100644
--- a/htdocs/gcc-16/porting_to.html
+++ b/htdocs/gcc-16/porting_to.html
@@ -131,8 +131,7 @@ overrun and leaves any extra characters unread, or to read
into an
<code>std::string</code>, which grows as needed.
</p>
-<h4 id="expected-identifier-before-concept"
->Expected identifier before <code>concept</code></h4>
+<h4 id="expected-identifier-before-concept">Expected identifier before
<code>concept</code></h4>
<p>
In C++20, '<code>concept</code>' is a keyword, so cannot be used as
@@ -141,8 +140,7 @@ an identifier:
</code></p><p>The only solution is to change the name of the identifier.
</p>
-<h4 id="ambiguous-overload-for-op-not-equal"
->Ambiguous overload for <code>operator!=</code></h4>
+<h4 id="ambiguous-overload-for-op-not-equal">Ambiguous overload for
<code>operator!=</code></h4>
<p>
In C++20, a type that defines <code>operator==</code> gets an
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/porting_to.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
gcc-wwwdocs