[Bug c++/50998] ICE partial specialization error at cp/pt.c

fate66260 at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Nov 6 12:34:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50998

--- Comment #1 from fate66260 at gmail dot com 2011-11-06 12:34:32 UTC ---
correct

template < class... Types >
struct variant<Types...>
{
  // implements...
};



More information about the Gcc-bugs mailing list