Quote Originally Posted by iMalc View Post
That is telling you that you need to use Sqr<int>::doIt.
Well actually, as you know, the compiler can figure that out. The problem lies in that the class function is not static or the OP isn't calling the function on an actual instance of the object.