aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/cxx_status.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 942db6bafc..7c3d60fd94 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -224,7 +224,12 @@ with clang; other versions have not been tested.</p>
<td align="center">Clang 3.0</td>
</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 align="center">Clang 2.9</td>
</tr>