summaryrefslogtreecommitdiffstats
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2011-04-14 19:57:19 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2011-04-14 19:57:19 +0000
commita6ea5bbb0629781ec7eca92c1c8a4c504b40f48e (patch)
tree7bac162897d460ef39eb43ccf4ed713a0bfaecc1 /www/cxx_status.html
parent87a1e19735a27d84edc2ac1331c040e2fb4c3b1a (diff)
Name mangling of late-specified return types doesn't work if the return type references the argument types:
template<typename T> auto f(T a) -> decltype(a.foo()); Since this is the primary reason for the introduction of this feature, downgrade implementation status to "Some examples work". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 15448ccdc2..964595b874 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -588,7 +588,7 @@ welcome!</p>
<td class="complete" align="center">&#x2713;</td>
<td class="complete" align="center">&#x2713;</td>
<td class="complete" align="center">&#x2713;</td>
- <td class="complete"></td>
+ <td class="basic"></td>
<td>8.3.5</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2445.html">N2445</a></td>
</tr>