diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-11-05 21:42:07 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-11-05 21:42:07 +0000 |
| commit | 60fc149e437f95707ce4eb1b52dadd705e6f8aeb (patch) | |
| tree | 58f195f73444a34253e2cfe500d97f2d47430b0a /clang/www | |
| parent | 894835f6119815b70e570df30176c43ca11a6cde (diff) | |
| download | bcm5719-llvm-60fc149e437f95707ce4eb1b52dadd705e6f8aeb.tar.gz bcm5719-llvm-60fc149e437f95707ce4eb1b52dadd705e6f8aeb.zip | |
Fix CSS style name.
llvm-svn: 252215
Diffstat (limited to 'clang/www')
| -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> |

