[Bug c++/50998] [C++0x] ICE partial specialization error at cp/pt.c
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Sun Nov 6 12:43:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50998
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-11-06
Summary|ICE partial specialization |[C++0x] ICE partial
|error at cp/pt.c |specialization error at
| |cp/pt.c
Ever Confirmed|0 |1
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-11-06 12:42:42 UTC ---
So it's:
template < class, class... >
struct variant;
template < class... Types >
struct variant<Types...>
{
// implements...
};
we may have a duplicate.
More information about the Gcc-bugs
mailing list