Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RTTI of local classes


  • To: ddd@xxxxxxxxxx
  • Subject: Re: RTTI of local classes
  • From: Martin von Loewis <loewis@xxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Wed, 22 Mar 2000 10:45:23 +0100

> You can make this work by having the mangling for any static
> function include the file name. I raised a similar issue for static
> variables in static functions.

Indeed. As Mark points out, you can do whatever magic you'd do for
unnamed namespaces. I guess my whole point is that the normal ABI
rules don't apply, and that, instead, the ABI should declare such
names implementation-defined.

Regards,
Martin