
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_...
https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/test/block_...
Once again the documentation can be found here: https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/doc/tutoria...
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.