From: Darin Adler (darin_at_[hidden])
Date: 2002-02-09 10:25:16


On 2/9/02 5:05 AM, "Peter Dimov" <pdimov_at_[hidden]> wrote:

> I rather like John Maddock's scoped_ptr variant that has a static 'deleter'
> member, enabling its destructor to do the right thing with incomplete types.
>
> What do you think?

I think it's great. For one thing, it makes scoped_ptr far more suitable for
pimpl use, for very little cost.

    -- Darin