Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic62.C
blob: 010b3a5d47cb1274d601565e07bdcc3a71407aec [
file
] [
log
] [
blame
]
// { dg-options "-std=gnu++98 -pedantic-errors" }
template
<
typename
...
Args
>
class
tuple
;
// { dg-error "variadic templates" }