[Bug c++/36413] New: Bug with variadic templates (-std=c++0x)

2008-06-01 Thread fred at tigen dot org
nst char *argv[]) { typedef Apply, TypeTuple>>::Tuple Tuple; return 0; } -- Summary: Bug with variadic templates (-std=c++0x) Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/36413] Bug with variadic templates (-std=c++0x)

2008-06-01 Thread fred at tigen dot org
--- Comment #1 from fred at tigen dot org 2008-06-01 20:43 --- This code is sufficient to cause the bug. It simply builds recursively a TypeTuple formed of all types given as template parameters (TypeTuple): // Type tuples template struct TypeTuple; // Transfer types from TypeTuple