diff options
Diffstat (limited to 'clang/www/cxx_status.html')
-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 e53dbc5206c..0c6f3dec04e 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1103,7 +1103,7 @@ as the draft C++2a standard evolves. <tr> <td>Deprecate some problematic uses of <tt>volatile</tt></td> <td><a href="http://wg21.link/p1152r4">P1152R4</a></td> - <td class="none" align="center">No</td> + <td class="partial" align="center">Partial</td> </tr> <tr> <td><tt>[[nodiscard("with reason")]]</tt></td> |