[LLVMbugs] [Bug 13281] [C++11] can't take the size of parameter pack of a template template parameter
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 6 00:21:21 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13281
Eric Niebler <eric at boostpro.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Eric Niebler <eric at boostpro.com> 2012-07-06 02:21:21 CDT ---
Actually, I take that back. I'm a moron. The code is invalid. It might not be
possible to know how many arguments the template B expects since it might
actually be variadic. The error could be better, maybe, but I'm not
complaining.
Sorry for the noise.
--
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