This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A question


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]