This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50830] [c++0x] Variadic template, inner class error
- From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 22 Oct 2011 21:15:20 +0000
- Subject: [Bug c++/50830] [c++0x] Variadic template, inner class error
- Auto-submitted: auto-generated
- References: <bug-50830-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50830
--- Comment #4 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2011-10-22 21:15:20 UTC ---
(In reply to comment #3)
I agree, but the partial specialization
template<template<class> class... F, class T>
struct test<list_templates<F...>, T>;
should be fine, because only primary class templates require a template
parameter pack to be the last parameter (14.1 p11).