template<int> class Foo; ... Foo<ParameterToPrint> foo;
error: implicit instantiation of undefined template 'Foo<64>'