$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] passing a shared pointer
From: Igor R (boost.lists_at_[hidden])
Date: 2010-06-09 09:49:34
>> . If there no more
>> shared_ptr's to this object - it gets deleted as well.
>>
>
> Thanks a lot. Which object do you mean by "this object"
The pointee that the shared_ptr points to.