Skip to content
Commit fdc33cbe authored by Richard Smith's avatar Richard Smith
Browse files

Name mangling of late-specified return types doesn't work if the return type...

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".

llvm-svn: 129533
parent 1cde9167
Loading
Loading
Loading
Loading
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