OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / variadic62.C
1 // { dg-options "-std=gnu++98 -pedantic-errors" }
2 template<typename... Args> class tuple; // { dg-error "variadic templates" }