118k views
5 votes
What is a major difference between the header file for a toolkit of template functions and the header file for a toolkit of ordinary functions?

1 Answer

2 votes
The template function toolkit header file must have a #include for the implementation file, but the ordinary version does not have this #include.
User JasonMc
by
7.6k points