// PR c++/105289 // CWG 455 (active) // { dg-do compile { target c++11 } } template struct value_type; template::type Element> struct push_front_vlist; template class XList, class T, T Arg, T... Vs> struct push_front_vlist, Arg> { }; // { dg-error "not more specialized" }