RTTI of local classes

Mark Mitchell mark at codesourcery.com
Tue Mar 21 22:16:31 UTC 2000


>>>>> "Martin" == Martin von Loewis <loewis at informatik.hu-berlin.de> writes:

    Martin> I'm not sure about a conclusion. Is that well-formed C++
    Martin> code with a well-defined behaviour? Does our ABI support
    Martin> that? Should it? Is that a defect in C++, as it is
    Martin> unimplementable?

It's not really unimplementable.  At least no more so that anonymous
namespaces, right?  I mean, you could mangle some random information
(timestamps, etc.)  into the name, to keep the namespaces separate.

But, you're right -- it is an issue.

--
Mark Mitchell                   mark at codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com




More information about the cxx-abi-dev mailing list