summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard@metafoo.co.uk>2019-12-09 18:01:47 -0800
committerRichard Smith <richard@metafoo.co.uk>2019-12-10 11:49:04 -0800
commit439cb88e26d64670ea577e32c179360eb0fbe1cb (patch)
tree05f5cffc861bfe68d8d4c58b0dbd416d174b0716
parent6ef01588f4d75ef43da4ed2a37ba7a8b8daab259 (diff)
downloadbcm5719-llvm-439cb88e26d64670ea577e32c179360eb0fbe1cb.tar.gz
bcm5719-llvm-439cb88e26d64670ea577e32c179360eb0fbe1cb.zip
[cxx_status] Add missed Belfast paper affecting three-way comparisons.
-rwxr-xr-xclang/www/cxx_status.html5
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>
OpenPOWER on IntegriCloud