r252215 - Fix CSS style name.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 5 13:42:07 PST 2015
Author: rsmith
Date: Thu Nov 5 15:42:07 2015
New Revision: 252215
URL: http://llvm.org/viewvc/llvm-project?rev=252215&view=rev
Log:
Fix CSS style name.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=252215&r1=252214&r2=252215&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Nov 5 15:42:07 2015
@@ -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>
More information about the cfe-commits
mailing list