r194054 - Enable links now that they work.
Richard Smith
richard-llvm at metafoo.co.uk
Tue Nov 5 00:27:00 PST 2013
Author: rsmith
Date: Tue Nov 5 02:27:00 2013
New Revision: 194054
URL: http://llvm.org/viewvc/llvm-project?rev=194054&view=rev
Log:
Enable links now that they work.
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=194054&r1=194053&r2=194054&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Nov 5 02:27:00 2013
@@ -470,12 +470,12 @@ available.</p>
</tr>
<tr>
<td>Single quotation mark as digit separator</td>
- <td><!--<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3781.pdf">-->N3781<!--</a>--></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3781.pdf">N3781</a></td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>C++ Sized Deallocation</td>
- <td><!--<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">-->N3778<!--</a>--></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">N3778</a></td>
<td class="partial" align="center">Partial <a href="#n3778">(1)</a></td>
</tr>
</table>
More information about the cfe-commits
mailing list