[LLVMbugs] [Bug 12077] Assertion while trying to parse variadic template code.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Feb 24 15:07:09 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=12077
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |DUPLICATE
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-02-24 17:07:09 CST ---
FooImpl(Func func, const Types&... values, const TypeN& value)
Types here is an empty parameter pack. This is PR11850.
*** This bug has been marked as a duplicate of bug 11850 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list