On Mon, Nov 26, 2007 at 06:55:00PM +0300, Dmitri Lebedinski wrote: > Hi, > can we avoid the limitation for template member functions not to be > virtual in C++, if we construct v-tables and fill in indices in them at > link time, when all member functions are known? May be it's wrong, but > now I don't see why.
Maybe. But what about shared libraries? In any case, you're talking about an extension (the feature you ask for isn't standard C++), and the developers have their hands full just supporting the standard language.