summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-08-19 18:14:22 +0000
committerErich Keane <erich.keane@intel.com>2019-08-19 18:14:22 +0000
commit6222dad7e29e843d8b03ce8050c10a2ced6c3a8c (patch)
treee8dc61964a8f320ea3fc580c042f3cbe6e6c4a63 /www
parent3fb71fea47622b5e363343d0935288ac20265aa0 (diff)
downloadclang-6222dad7e29e843d8b03ce8050c10a2ced6c3a8c.tar.gz
Fix poorly formatted HTML in the cxx_status.html file caused by adding
1668. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_status.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 72ca977a7b..23cc6ca2c1 100755
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>