Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1z
/
class-deduction48.C
blob: ab64cc4a0a60fe5af19c897b73a0890018515f5e [
file
] [
log
] [
blame
]
// PR c++/82468
// { dg-do compile { target c++17 } }
template
<
template
<class>
class
TT
>
TT
(
double
)
->
TT
<int>
;
// { dg-error "template template" }