Boost logo

Boost :

Subject: Re: [boost] [Memory Managed Pointer] Review Request
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-04-24 16:05:51


On 4/24/2011 11:11 AM, Phil Bouchard wrote:
>
> I just fixed a bug in the way array elements were dereferenced.

And I've fixed the order elements of a set are being destroyed. We can
see in the following example:
https://svn.boost.org/svn/boost/sandbox/mm_ptr/libs/smart_ptr/example/mm_ptr_test1.cpp

The following output:
[...]

Order of destruction:
A: 0
A: 1
A: 2
A: 3
~A: 3
~A: 2
~A: 1
~A: 0

Thanks,
-Phil


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk