
1 May
2011
1 May
'11
6:39 p.m.
On 5/1/2011 10:52 AM, Mathias Gaunard wrote:
The documentation doesn't seem to address the problems cycles cause with destructors, could you maybe write a bit about that?
No problem. I just added a noted to the cyclic section: https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/doc/rationa...
In C++/CLI, types that can be garbage collected and types that can't have separate structures for good reasons.
I think garbage collected types need non-deterministic finalizers. -Phil