Fixing some dead links. Patch by Jean-Daniel Dupas!

llvm-svn: 143539
This commit is contained in:
David Blaikie 2011-11-02 15:13:40 +00:00
parent a4eadc5aa5
commit 503616199f
1 changed files with 2 additions and 2 deletions

View File

@ -273,12 +273,12 @@ with clang; other versions have not been tested.</p>
</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>