Author: erichkeane
Date: Mon Aug 19 11:14:22 2019
New Revision: 369286

URL: http://llvm.org/viewvc/llvm-project?rev=369286&view=rev
Log:
Fix poorly formatted HTML in the cxx_status.html file caused by adding
1668.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=369286&r1=369285&r2=369286&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Aug 19 11:14:22 2019
@@ -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>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to