Dave Korn wrote:
> What I think you need to do is use an identifier for the
> anonymous namespace without an asterisk, but prefix the asterisk when
> generating the corresponding NTBS name string; then your changes to the name
> comparison routines in libsupc++ should work, but the typeinfo name string
> won't have any funny chars in it.
Bah, that was confusing of me. I meant to say that the asm label for the
typeinfo name string won't have any funny chars in it; the name string itself
will of course still contain the asterisk. Sorry.
cheers,
DaveK