http://llvm.org/bugs/show_bug.cgi?id=19372

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Richard Smith <[email protected]> ---
Fixed in r221832.

And now I understand the problem, here's a simpler reducer:

template<typename...> struct S;
template<typename ...A> using X = S<A...>;
template<typename ...A> using Y = X<A..., A...>;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to