// { dg-do compile { target c++11 } } template struct vector_c { }; vector_c intvec; vector_c charvec;