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