From: Richard Smith Date: Thu, 14 Apr 2011 19:57:19 +0000 (+0000) Subject: Name mangling of late-specified return types doesn't work if the return type referenc... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6ea5bbb0629781ec7eca92c1c8a4c504b40f48e;p=clang Name mangling of late-specified return types doesn't work if the return type references the argument types: template 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 --- 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!

✓ ✓ ✓ - + 8.3.5 N2445