'identifier' : explicit instantiation; name is not a member of a template-class specialization
You cannot explicitly instantiate an identifier that is not a templated class.
Example
template int NotAClass; // error