Calling method of specialized template base class in sub-classUnfortunately, this is not the same case. In my case the base of FooDerived is a specialized templat...
Calling method of specialized template base class in sub-class[code]class IFoo { virtual void Bar() = 0; }; class FooAbstract { virtual void Bar() {} }; ...
This user does not accept Private Messages