From: Darin Adler (darin_at_[hidden])
Date: 2000-01-08 13:07:51


> Optimisation: If type T has a trivial destructor then don't bother calling
> destructors on T.

Does this have any effect? What's the runtime cost of calling a trivial
destructor? As far as I know, it's free.

    -- Darin