[C++-sig] virtual functions and bind size reduction

Ralf W. Grosse-Kunstleve rwgk at yahoo.com
Sat Jan 31 02:13:55 CET 2009


> This apparently works fine when running in same module but if I create a class

> derived from Base in another module (another library), this stop
> working because the dynamic_cast fails.

Simple idea: is the other module imported before the dynamic_cast is executed?
That's probably important.
(Not sure that's it; I hardly ever work with virtual functions.)

Ralf


More information about the Cplusplus-sig mailing list