diff options
author | Richard Smith <richard@metafoo.co.uk> | 2019-12-10 11:57:28 -0800 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2019-12-10 13:03:12 -0800 |
commit | 336ac7197eeeb4ab083f7402ec4edbb9b7bb252c (patch) | |
tree | 90161aeb7aa11ade4987bc105c6f6e4db155f6d7 /clang | |
parent | 307f60a1a3ff04313a75e2fc11bc14df4fc2ffb8 (diff) | |
download | bcm5719-llvm-336ac7197eeeb4ab083f7402ec4edbb9b7bb252c.tar.gz bcm5719-llvm-336ac7197eeeb4ab083f7402ec4edbb9b7bb252c.zip |
[cxx_status] Fix table layout.
Diffstat (limited to 'clang')
-rwxr-xr-x | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 9df44f474e7..c32ee7f50bd 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -924,7 +924,7 @@ as the draft C++2a standard evolves. <td class="full" align="center">Clang 8</td> </tr> <tr> - <td rowspan="7">Consistent comparison (<tt>operator<=></tt>)</td> + <td rowspan="8">Consistent comparison (<tt>operator<=></tt>)</td> <td><a href="https://wg21.link/p0515r3">P0515R3</a></td> <td class="partial" align="center">Partial</td> </tr> |