[C++-sig] Re: Problems with dynamic casts

Aaron Bentley abentley at panoramicfeedback.com
Mon Mar 21 20:05:35 CET 2005


David Abrahams wrote:

> I can tell you that in many compilers, RTTI information typically gets
> generated where a class' first non-inline function is defined.

Ah!  That's very helpful.  I'd assumed there was something special about 
constructors, but it was just a question of whether the class had *any* 
non-inline functions.

I was at least able to get dynamic casting working, so I can do some 
ugly wrapping and get on with this project.

Thanks!

Aaron

-- 
Aaron Bentley
Director of Technology
Panometrics, Inc.




More information about the Cplusplus-sig mailing list