>From: "Terje Sletteb�" <[EMAIL PROTECTED]>
> Fails:
>
> struct X { ~X() {} int n; };
> struct Y : X {};
>
> Succeeds:
>
> struct X { ~X() {} };
> struct Y : X { int n; };Sorry, the destructors should of course be virtual in the above. Terje _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
