[LLVMbugs] [Bug 19372] assertion "Replacement.isCanonical() && "replacement types must always be canonical""
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Nov 12 15:43:54 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=19372
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Richard Smith <richard-llvm at metafoo.co.uk> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141112/5f57b317/attachment.html>
More information about the llvm-bugs
mailing list