Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
ttp17.C
blob: cc9bc6ed46fe57b00bc3016281b895347ff54fd3 [
file
] [
log
] [
blame
]
// { dg-options -fno-new-ttp-matching }
template
<
template
<typename>
class
C
>
void
f
(
C
<double>
)
{}
template
<
typename
T
,
typename
U
=
int
>
struct
S
{};
template
void
f
(
S
<double>
);
// { dg-error "match" }