Whenever you use the default template instantiation management option, include both the template declaration header (.h file) and the out of line template definitions (.c files) in all compilation units that use an instance of the template class. The compiler generates definitions for each function template.For an example, see Example of a Class Template Instantiation.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.