Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic38.C
blob: 49fa48c3bd2944f5dcf6d8db0348df8cb7ee7170 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
template
<
int
...
Values
>
struct
int_vec
{};
template
<
int
...
Values
>
struct
int_vec
<
0
,
(
Values
+
1
)...>
{};
// { dg-error "not deducible" }