From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-09-28 05:55:07


Zeljko Vrba wrote:
> On Fri, Sep 28, 2007 at 10:59:32AM +0200, Ion Gaztañaga wrote:
>>
>> Notes: When the the time comes to delete the object pointed to
>> by
>> p, the stored copy of d is invoked with the stored copy of p as an
>> argument.
>>
> I think that the original poster was referring to internal allocation
> that shared_ptr does for *its own* needs

That's what the A argument is for. You quoted the wrong clause.