Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
ttp26.C
blob: 6ba5cb28a0a6504c0a22f20e1e238347ac3af460 [
file
] [
log
] [
blame
]
// PR c++/34052
template
<
typename
T
=
int
,
typename
U
>
class
C
;
// { dg-error "no default argument" }
template
<
template
<
typename
T
=
int
,
typename
U
>
class
C
>
struct
X
;
// { dg-error "no default argument" }