Skip to content
Snippets Groups Projects
Commit 26bae20c authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Deleted functions were in Clang 2.9, defaulted functions in

3.0. Fixses PR11252.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143216 91177308-0d34-0410-b5e6-96231b3b80d8
parent 4a037c70
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,12 @@ with clang; other versions have not been tested.</p> ...@@ -224,7 +224,12 @@ with clang; other versions have not been tested.</p>
<td align="center">Clang 3.0</td> <td align="center">Clang 3.0</td>
</tr> </tr>
<tr> <tr>
<td>Defaulted and deleted functions</td> <td>Defaulted functions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td>
<td align="center">Clang 3.0</td>
</tr>
<tr>
<td>Deleted functions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td>
<td align="center">Clang 2.9</td> <td align="center">Clang 2.9</td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment