On 10/08/2011 12:56 AM, Paolo Carlini wrote:
The fix seems easy: output a cloned destructor only once (+ output any
other member functions normally).

+         static bool done_cloned_dest = false;

This seems like it will only complain once per translation unit about virtual destructors. How about instead of this flag, we look at which variant it is and only complain about one of them, perhaps the base?

Jason

Reply via email to