]> granicus.if.org Git - clang/commitdiff
Fix poorly formatted HTML in the cxx_status.html file caused by adding
authorErich Keane <erich.keane@intel.com>
Mon, 19 Aug 2019 18:14:22 +0000 (18:14 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 19 Aug 2019 18:14:22 +0000 (18:14 +0000)
1668.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369286 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 72ca977a7bc76779405f409e749a20d07252e413..23cc6ca2c19292f7dcd2b6dd121e76bd54b4ee7e 100755 (executable)
@@ -1003,14 +1003,15 @@ as the draft C++2a standard evolves.
       </tr>
       <tr> <!-- from Cologne -->
         <td><a href="http://wg21.link/p1331r2">P1331R2</a></td>
-        <td rowspan="3" class="none" align="center">No</td>
+        <td class="none" align="center">No</td>
       </tr>
       <tr>
         <td><a href="http://wg21.link/p1668r1">P1668R1</a></td>
-        <td rowspan="2" class="svn" align="center">SVN</td>
+        <td class="svn" align="center">SVN</td>
       </tr>
       <tr>
         <td><a href="http://wg21.link/p0784r7">P0784R7</a></td>
+        <td class="none" align="center">No</td>
       </tr>
     <tr>
       <td>Prohibit aggregates with user-declared constructors</td>