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 0b06f6af5c9a1eafa2bee331fac0a190f107e31e (commit)
from 8346ed11941ef226be1af5b7bb81e935eb55b491 (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 0b06f6af5c9a1eafa2bee331fac0a190f107e31e
Author: Marek Polacek <[email protected]>
Date: Tue Sep 30 15:03:24 2025 -0400
cxx-dr-status: Use <code> over <tt>
diff --git a/htdocs/projects/cxx-dr-status.html
b/htdocs/projects/cxx-dr-status.html
index 46f3f1b4..56ff816f 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -20944,7 +20944,7 @@
<tr>
<td><a href="https://wg21.link/cwg2987">2987</a></td>
<td>CD7</td>
- <td>Remove dilapidated wording from <tt>static_cast</tt></td>
+ <td>Remove dilapidated wording from <code>static_cast</code></td>
<td class="unsupported">?</td>
<td></td>
</tr>
@@ -21042,7 +21042,7 @@
<tr class="open">
<td><a href="https://wg21.link/cwg3001">3001</a></td>
<td>open</td>
- <td>Inconsistent restrictions for <tt>static_cast</tt> on pointers to
out-of-lifetime objects</td>
+ <td>Inconsistent restrictions for <code>static_cast</code> on pointers
to out-of-lifetime objects</td>
<td>-</td>
<td></td>
</tr>
@@ -21091,7 +21091,7 @@
<tr class="open">
<td><a href="https://wg21.link/cwg3008">3008</a></td>
<td>open</td>
- <td>Missing Annex C entry for <tt>void</tt> object declarations</td>
+ <td>Missing Annex C entry for <code>void</code> object declarations</td>
<td>-</td>
<td></td>
</tr>
@@ -21119,35 +21119,35 @@
<tr class="open">
<td><a href="https://wg21.link/cwg3012">3012</a></td>
<td>open</td>
- <td>Deviating <tt>constexpr</tt> or <tt>consteval</tt> across
translation units</td>
+ <td>Deviating <code>constexpr</code> or <code>consteval</code> across
translation units</td>
<td>-</td>
<td></td>
</tr>
<tr>
<td><a href="https://wg21.link/cwg3013">3013</a></td>
<td>CD7</td>
- <td>Disallowing macros for <tt>#embed</tt> parameters</td>
+ <td>Disallowing macros for <code>#embed</code> parameters</td>
<td class="unsupported">?</td>
<td></td>
</tr>
<tr>
<td><a href="https://wg21.link/cwg3014">3014</a></td>
<td>CD7</td>
- <td>Comma-delimited vs. comma-separated output for <tt>#embed</tt></td>
+ <td>Comma-delimited vs. comma-separated output for
<code>#embed</code></td>
<td class="unsupported">?</td>
<td></td>
</tr>
<tr>
<td><a href="https://wg21.link/cwg3015">3015</a></td>
<td>CD7</td>
- <td>Handling of <i>header-name</i>s for <tt>#include</tt> and
<tt>#embed</tt></td>
+ <td>Handling of <i>header-name</i>s for <code>#include</code> and
<code>#embed</code></td>
<td class="unsupported">?</td>
<td></td>
</tr>
<tr>
<td><a href="https://wg21.link/cwg3016">3016</a></td>
<td>CD7</td>
- <td>Satisfying the syntactic requirements of <tt>#include</tt> and
<tt>#embed</tt></td>
+ <td>Satisfying the syntactic requirements of <code>#include</code> and
<code>#embed</code></td>
<td class="unsupported">?</td>
<td></td>
</tr>
@@ -21161,7 +21161,7 @@
<tr>
<td><a href="https://wg21.link/cwg3018">3018</a></td>
<td>CD7</td>
- <td>Validity of <tt>defined</tt> in <tt>__has_embed</tt></td>
+ <td>Validity of <code>defined</code> in <code>__has_embed</code></td>
<td class="unsupported">?</td>
<td></td>
</tr>
@@ -21175,7 +21175,7 @@
<tr>
<td><a href="https://wg21.link/cwg3020">3020</a></td>
<td>CD7</td>
- <td>Missing specification for
<tt>__has_cpp_attribute(indeterminate)</tt></td>
+ <td>Missing specification for
<code>__has_cpp_attribute(indeterminate)</code></td>
<td class="unsupported">?</td>
<td></td>
</tr>
@@ -21399,14 +21399,14 @@
<tr class="open">
<td><a href="https://wg21.link/cwg3052">3052</a></td>
<td>open</td>
- <td>Unclear handling of checks on discarded <tt>return</tt>
statements</td>
+ <td>Unclear handling of checks on discarded <code>return</code>
statements</td>
<td>-</td>
<td></td>
</tr>
<tr class="open">
<td><a href="https://wg21.link/cwg3053">3053</a></td>
<td>open</td>
- <td>Allowing <tt>#undef likely</tt></td>
+ <td>Allowing <code>#undef likely</code></td>
<td>-</td>
<td></td>
</tr>
@@ -21448,14 +21448,14 @@
<tr class="open">
<td><a href="https://wg21.link/cwg3059">3059</a></td>
<td>open</td>
- <td><tt>throw;</tt> in constant expressions</td>
+ <td><code>throw;</code> in constant expressions</td>
<td>-</td>
<td></td>
</tr>
<tr class="open">
<td><a href="https://wg21.link/cwg3060">3060</a></td>
<td>open</td>
- <td>Change in behavior for <tt>noexcept</tt> <tt>main</tt></td>
+ <td>Change in behavior for <code>noexcept</code> <code>main</code></td>
<td>-</td>
<td></td>
</tr>
-----------------------------------------------------------------------
Summary of changes:
htdocs/projects/cxx-dr-status.html | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
hooks/post-receive
--
gcc-wwwdocs