
24 Apr
2011
24 Apr
'11
8:05 p.m.
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... The following output: [...] Order of destruction: A: 0 A: 1 A: 2 A: 3 ~A: 3 ~A: 2 ~A: 1 ~A: 0 Thanks, -Phil