diff options
author | Richard Smith <richard@metafoo.co.uk> | 2019-12-09 18:01:47 -0800 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2019-12-10 11:49:04 -0800 |
commit | 439cb88e26d64670ea577e32c179360eb0fbe1cb (patch) | |
tree | 05f5cffc861bfe68d8d4c58b0dbd416d174b0716 | |
parent | 6ef01588f4d75ef43da4ed2a37ba7a8b8daab259 (diff) | |
download | bcm5719-llvm-439cb88e26d64670ea577e32c179360eb0fbe1cb.tar.gz bcm5719-llvm-439cb88e26d64670ea577e32c179360eb0fbe1cb.zip |
[cxx_status] Add missed Belfast paper affecting three-way comparisons.
-rwxr-xr-x | clang/www/cxx_status.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 77089288cc0..9df44f474e7 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -947,7 +947,10 @@ as the draft C++2a standard evolves. </tr> <tr> <!-- from Belfast --> <td><a href="https://wg21.link/p1946r0">P1946R0</a></td> - <td class="none" align="center">No</td> + <td rowspan="2" class="none" align="center">No</td> + </tr> + <tr> + <td><a href="https://wg21.link/p1959r0">P1959R0</a></td> </tr> <tr> <td>Access checking on specializations</td> |