
18 Oct
2007
18 Oct
'07
10:41 p.m.
David RodrÃguez Ibeas wrote:
all classes returned by get_class<n> match an interface defining virtual void foo( T const& ) for each possible T I'm fuzzy on the past of this thread, but I should point out that member templates can't be virtual. The base class would have to change in response to a template instantiation on the derived class. So if "each possible T" means "each from the set you need", that's fine. But not a template.
Sebastian Redl