On Wed, Sep 12, 2012 at 8:11 PM, r4start <[email protected]> wrote: > > Also, please leave the FIXMEs about "is base" in place; those are still >> applicable (the flag is passed to constructors and destructors of classes >> with virtual bases). >> > As I remember this flag passes only in constructors.
Yep, I think it's only in constructors. For destructors, MSVC generates two versions, one that destructs virtual bases and one that doesn't. -- João Matos
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
