------- Comment #10 from bangerth at math dot tamu dot edu 2008-04-01 14:44 ------- Subject: Re: Pure virtual method body omitted from template
> Or did you mean that the function definition is in the TBase header file? If > so: It is. Yes. Since the class declaration must be visible from the place where you call this function, and since then also the function's definition (=implementation) is visible, the template should be instantiated at the place where you call the member function. Is this not the case? Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [EMAIL PROTECTED] www: http://www.math.tamu.edu/~bangerth/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33878