I want to define a member template function in a class that is not a template class. If I access it from another class, the compiler gives undefined reference error. How do I fix this problem without adding the implementation in the .h file ?
Asked
Active
Viewed 11 times