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" }