aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/class-deduction48.C
blob: ab64cc4a0a60fe5af19c897b73a0890018515f5e (plain)
1
2
3
4
5
// PR c++/82468
// { dg-do compile { target c++17 } }

template <template <class> class TT>
TT(double) -> TT<int>;  // { dg-error "template template" }