]> granicus.if.org Git - clang/commitdiff
Name mangling of late-specified return types doesn't work if the return type referenc...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Apr 2011 19:57:19 +0000 (19:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Apr 2011 19:57:19 +0000 (19:57 +0000)
  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

www/cxx_status.html

index 15448ccdc2f8a25d5f870ea00e58aba7c68bebd1..964595b874800e5ca1a25a3b71c8b2c0c0f7a093 100644 (file)
@@ -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>