$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] Review Request
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-05-01 13:52:26
On 01/05/2011 19:44, Phil Bouchard wrote:
> Hi,
>
> I made the requested corrections to the Block Pointer, I've added
> automated tests and its corresponding Jamfile. The tests can be found here:
> https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test1.cpp
>
> https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/test/block_ptr_test3.cpp
>
>
> Once again the documentation can be found here:
> https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html
>
>
> Now I'm pretty sure I haven't forgotten anything and I am requesting a
> review.
The documentation doesn't seem to address the problems cycles cause with
destructors, could you maybe write a bit about that?
In C++/CLI, types that can be garbage collected and types that can't
have separate structures for good reasons.