public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. dfa292fab9e058d079b28973918beeec557b9ec6
@ 2020-04-29 13:39 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-04-29 13:39 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  dfa292fab9e058d079b28973918beeec557b9ec6 (commit)
      from  0a811c2e94d02915b1e6d2329c6d5229c95eead4 (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 dfa292fab9e058d079b28973918beeec557b9ec6
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Apr 29 14:39:20 2020 +0100

    Correct status and macro for P1907R1
    
    As noted in PR c++/94765 floating point types are not supported as
    non-type template args.
    
    Marek added the P1907R1 paper in commit d59a823fb but didn't give it a
    distinct entries for the "Supported in GCC?" and "SD-6 Feature Test"
    columns. This patch keeps it grouped with P0732R2 but in its own row.
    
    The table uses the nth-child CSS pseudo-class for formatting, but
    rowspan attributes mess that up by altering the number of children in
    the row. This patches uses (non-displayed) <template> elements to
    preserve the ordering for nth-child, so that the table cells are aligned
    consistently. Those elements have no other effect, and no effect at all
    for non-graphical browsers that ignore the CSS formatting.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 1a2633ef..40cc4fd6 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -293,13 +293,21 @@
       <td> </td>
     </tr>
     <tr>
-      <td> Class Types in Non-Type Template Parameters </td>
-      <td><a href="https://wg21.link/p0732r2">P0732R2</a><br/>
-	<!-- from Belfast -->
-	<a href="https://wg21.link/p1907r1">P1907R1</a></td>
+      <td rowspan=2> Class Types in Non-Type Template Parameters </td>
+      <td><a href="https://wg21.link/p0732r2">P0732R2</a></td>
       <td class="supported"> <a href="../gcc-9/changes.html#cxx">9</a> </td>
       <td> __cpp_nontype_template_parameter_class &gt;= 201806 </td>
     </tr>
+    <tr>
+      <template><!-- preserve CSS nth-child ordering --></template>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1907r1">P1907R1</a></td>
+      <td class="partial">
+        <a href="../gcc-9/changes.html#cxx">9</a>
+        (partial, no floating point template args)
+      </td>
+      <td> __cpp_nontype_template_args &gt;= 201911 </td>
+    </tr>
     <tr>
       <td> Atomic Compare-and-Exchange with Padding Bits </td>
       <td><a href="https://wg21.link/p0528r3">P0528R3</a></td>
@@ -383,6 +391,7 @@
       <td> </td>
     </tr>
     <tr>
+      <template><!-- preserve CSS nth-child ordering --></template>
       <td><a href="https://wg21.link/p1331r2">P1331R2</a></td>
       <td class="supported center"><a href="../gcc-10/changes.html#cxx">10</a></td>
       <td> __cpp_constexpr &gt;= 201907 </td>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/projects/cxx-status.html | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-29 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 13:39 gcc-wwwdocs branch master updated. dfa292fab9e058d079b28973918beeec557b9ec6 Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).