explicit instantiation; 'identifier' is not a function or static data member of template-class 'class'
There was an attempt to explicitly instantiate a member of class that was not a function or static variable. Only member functions and static data can be explicitly instantiated.