Subject: Re: [boost] Is there a way to specialize how a smart_ptr<T> releases the T?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-10-24 08:17:53


On 24/10/12 14:14, Mathias Gaunard wrote:

> 2) If the deleter is not passed to the constructor, it will be
> default-constructed, which is enough for your needs.

My bad, that's incorrect. There is no deleter parameter that is part of
the type.
Must have been with another smart pointer.