diff options
author | Erich Keane <erich.keane@intel.com> | 2022-03-28 06:28:13 -0700 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2022-03-28 06:31:04 -0700 |
commit | 281b7eeb149d236dd4f2c1ab976cce361de4e057 (patch) | |
tree | 6b456f331058fbb0efb80cb58200a2001a60b109 /clang/www | |
parent | b3b4113a23756eb5f519ff473295483874d8e164 (diff) | |
download | llvm-281b7eeb149d236dd4f2c1ab976cce361de4e057.zip llvm-281b7eeb149d236dd4f2c1ab976cce361de4e057.tar.gz llvm-281b7eeb149d236dd4f2c1ab976cce361de4e057.tar.bz2 |
Update www_status/add test for P1972:
This seems to have been implemented/supported correctly back in Clang
10, so update the documentation and add the test from the paper.
Diffstat (limited to 'clang/www')
-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 bd863d0..3fcf7a3 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -938,7 +938,7 @@ code. This issue is expected to be rectified soon. </tr> <tr> <!-- from Belfast --> <td><a href="https://wg21.link/p1972r0">P1972R0</a></td> - <td rowspan="4" class="none" align="center">No</td> + <td rowspan="4" class="full" align="center">Clang 10</td> </tr> <tr> <td><a href="https://wg21.link/p1980r0">P1980R0</a></td> |