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 4f32fcf5d3ce92b82b9b980c5115081488e943b5 (commit) from eabbf82b95871f4cc1561b9d5bd9ba88a849a61f (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 4f32fcf5d3ce92b82b9b980c5115081488e943b5 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Fri Mar 28 09:55:59 2025 +0100 cxx-dr-status: Use <code> over <tt> diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 6ff9497c..e794734c 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -20209,7 +20209,7 @@ <tr> <td><a href="https://wg21.link/cwg2882">2882</a></td> <td>DRWP</td> - <td>Unclear treatment of conversion to <tt>void</tt></td> + <td>Unclear treatment of conversion to <code>void</code></td> <td class="unsupported">?</td> <td></td> </tr> @@ -20286,7 +20286,7 @@ <tr> <td><a href="https://wg21.link/cwg2893">2893</a></td> <td>NAD</td> - <td>Instantiations in discarded <tt>if constexpr</tt> substatements</td> + <td>Instantiations in discarded <code>if constexpr</code> substatements</td> <td class="unsupported">?</td> <td></td> </tr> @@ -20321,7 +20321,7 @@ <tr class="open"> <td><a href="https://wg21.link/cwg2898">2898</a></td> <td>open</td> - <td>Clarify implicit conversion sequence from <i>cv</i> <tt>T</tt> to <tt>T</tt></td> + <td>Clarify implicit conversion sequence from <i>cv</i> <code>T</code> to <code>T</code></td> <td>-</td> <td></td> </tr> @@ -20349,14 +20349,14 @@ <tr> <td><a href="https://wg21.link/cwg2902">2902</a></td> <td>review</td> - <td>Implicit <tt>this</tt> transformation outside of permitted contexts</td> + <td>Implicit <code>this</code> transformation outside of permitted contexts</td> <td class="unsupported">?</td> <td></td> </tr> <tr class="open"> <td><a href="https://wg21.link/cwg2903">2903</a></td> <td>drafting</td> - <td>Can we omit the <tt>template</tt> disambiguator in <i>nested-name-specifier</i>s in type-only contexts?</td> + <td>Can we omit the <code>template</code> disambiguator in <i>nested-name-specifier</i>s in type-only contexts?</td> <td>-</td> <td></td> </tr> @@ -20384,14 +20384,14 @@ <tr> <td><a href="https://wg21.link/cwg2907">2907</a></td> <td>DR</td> - <td>Constant lvalue-to-rvalue conversion on uninitialized <tt>std::nullptr_t</tt></td> + <td>Constant lvalue-to-rvalue conversion on uninitialized <code>std::nullptr_t</code></td> <td class="unsupported">?</td> <td></td> </tr> <tr> <td><a href="https://wg21.link/cwg2908">2908</a></td> <td>DR</td> - <td>Counting physical source lines for <tt>__LINE__</tt></td> + <td>Counting physical source lines for <code>__LINE__</code></td> <td class="unsupported">?</td> <td></td> </tr> @@ -20440,14 +20440,14 @@ <tr> <td><a href="https://wg21.link/cwg2915">2915</a></td> <td>DR</td> - <td>Explicit object parameters of type <tt>void</tt></td> + <td>Explicit object parameters of type <code>void</code></td> <td class="unsupported">?</td> <td></td> </tr> <tr> <td><a href="https://wg21.link/cwg2916">2916</a></td> <td>review</td> - <td>Variable template partial specializations should not be declared <tt>static</tt></td> + <td>Variable template partial specializations should not be declared <code>static</code></td> <td class="unsupported">?</td> <td></td> </tr> @@ -20475,7 +20475,7 @@ <tr class="open"> <td><a href="https://wg21.link/cwg2920">2920</a></td> <td>open</td> - <td>The <tt>template</tt> keyword for base classes</td> + <td>The <code>template</code> keyword for base classes</td> <td>-</td> <td></td> </tr> @@ -20524,7 +20524,7 @@ <tr> <td><a href="https://wg21.link/cwg2927">2927</a></td> <td>DR</td> - <td>Unclear status of translation unit with <tt>module</tt> keyword</td> + <td>Unclear status of translation unit with <code>module</code> keyword</td> <td class="unsupported">?</td> <td></td> </tr> @@ -20573,7 +20573,7 @@ <tr class="open"> <td><a href="https://wg21.link/cwg2934">2934</a></td> <td>open</td> - <td>Unclear semantics of exception escaping from <tt>unhandled_exception</tt></td> + <td>Unclear semantics of exception escaping from <code>unhandled_exception</code></td> <td>-</td> <td></td> </tr> @@ -20608,7 +20608,7 @@ <tr> <td><a href="https://wg21.link/cwg2939">2939</a></td> <td>DR</td> - <td>Do not allow <tt>reinterpret_cast</tt> from prvalue to rvalue reference</td> + <td>Do not allow <code>reinterpret_cast</code> from prvalue to rvalue reference</td> <td class="unsupported">?</td> <td></td> </tr> @@ -20797,7 +20797,7 @@ <tr class="open"> <td><a href="https://wg21.link/cwg2966">2966</a></td> <td>open</td> - <td>Alignment and value representation of <tt>std::nullptr_t</tt></td> + <td>Alignment and value representation of <code>std::nullptr_t</code></td> <td>-</td> <td></td> </tr> @@ -20825,7 +20825,7 @@ <tr class="open"> <td><a href="https://wg21.link/cwg2970">2970</a></td> <td>open</td> - <td>Races with <tt>volatile sig_atomic_t</tt> bit-fields</td> + <td>Races with <code>volatile sig_atomic_t</code> bit-fields</td> <td>-</td> <td></td> </tr> ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-dr-status.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) hooks/post-receive -- gcc-wwwdocs