[Bug c++/53531] New: <,,,,> accepted as template arguments for variadic template
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 30 16:29:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53531
Bug #: 53531
Summary: <,,,,> accepted as template arguments for variadic
template
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Keywords: accepts-invalid
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: redi@gcc.gnu.org
template <typename ...> struct S;
int i = S<,,,,>::undefined;
More information about the Gcc-bugs
mailing list