Fragile virtual functions

Janice Caron caron800 at googlemail.com
Sat Mar 8 04:59:38 PST 2008


If a class changes (or a struct, or an enum, or a typedef, or a
template, or ... /anything/ ...) then anything which uses it must be
recompiled. That's just how it works.

Most people have a build system to automate this. (make, dsss,
whatever). It's not hard. Basically you just rebuild all the
dependencies.



More information about the Digitalmars-d mailing list