This snuck in with a recent change: An <a href="..."> is closed by </a>
(which was also present) not as <a href="..."/>.
Pushed.
Gerald
---
htdocs/gcc-16/changes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 3fa89f7a..5891a180 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -104,7 +104,7 @@ for general information.</p>
<li>
The proposal <a
-
href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p0952r2.html"/>
+
href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p0952r2.html">
P0952R2: A new specification for <code>std::generate_canonical</code></a>
was implemented in all affected modes (since C++11), impacting the observed
output. The previous behavior can be restored by defining
--
2.52.0