The simplest solution is to move the function body dosomething into the header file so the compiler sees it when it instantiates the code for the template.

...that applies to all functions of the...