Do template specialisations belong into the header or source file?

Viewed 12692

During compilation I get a "multiple definition" error, which refers to a template specialisation in a header file. Do I need to put the specialisations into the source file?

2 Answers
Related