]> granicus.if.org Git - clang/commitdiff
Fix CSS style name.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Nov 2015 21:42:07 +0000 (21:42 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Nov 2015 21:42:07 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252215 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 3bd6caf3bde92918f54695fe5aeabfa4b083b27f..040e539b502e6a9116e1713361f79f4a3ae1506d 100644 (file)
@@ -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>