
24 Oct
2012
24 Oct
'12
1:41 p.m.
On Wed, Oct 24, 2012 at 8:42 AM, Rutger ter Borg <rutger@terborg.net> wrote:
On 2012-10-24 13:21, David Hagood wrote:
I guess what I can do to avoid the risk would be to derive from shared_ptr and provide the destructor in my ctor.
Maybe you might be interested in using an intrusive_ptr<> instead, then?
That, or what about defining operators new and delete for those types? -- François Duranleau