diff options
-rw-r--r-- | clang/www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 3bd6caf3bde..040e539b502 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -596,12 +596,12 @@ as the draft C++1z standard evolves.</p> <tr> <td>Remove deprecated <tt>register</tt> storage class</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0001r1.html">P0001R1</a></td> - <td class="no" align="center">No</td> + <td class="none" align="center">No</td> </tr> <tr> <td>Remove deprecated <tt>bool</tt> increment</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0002r1.html">P0002R1</a></td> - <td class="no" align="center">No</td> + <td class="none" align="center">No</td> </tr> <tr> <td>Make exception specifications part of the type system</td> |