C++ ABI for IA-64: Drip, Drip

Martin von Loewis loewis at informatik.hu-berlin.de
Thu Aug 31 08:40:47 UTC 2000


> > Should __virtual_table also be changed to const?
> 
> I don't feel strongly about these.  Any comments?  Let's talk about it 
> tomorrow.

I'd assume that the name __virtual_table is for exposition only; I
hope that an implementation that has

struct type_info {
     char *__type_name;
     ~type_info();
};

would be just as conforming.

Regards,
Martin




More information about the cxx-abi-dev mailing list