diff options
-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> |