[cfe-commits] r143539 - /cfe/trunk/www/cxx_status.html
David Blaikie
dblaikie at gmail.com
Wed Nov 2 08:13:40 PDT 2011
Author: dblaikie
Date: Wed Nov 2 10:13:40 2011
New Revision: 143539
URL: http://llvm.org/viewvc/llvm-project?rev=143539&view=rev
Log:
Fixing some dead links. Patch by Jean-Daniel Dupas!
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=143539&r1=143538&r2=143539&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Nov 2 10:13:40 2011
@@ -273,12 +273,12 @@
</tr>
<tr>
<td>Allowing move constructors to throw [noexcept]</td>
- <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.htm">N3050</a></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3050.html">N3050</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>
<td>Defining move special member functions</td>
- <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.htm">N3053</a></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html">N3053</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
More information about the cfe-commits
mailing list