
27 Mar
2006
27 Mar
'06
12:51 p.m.
On 3/27/06, Neal Becker <ndbecker2@gmail.com> wrote:
I wonder if we boost has anything useful for implementing reference counting (or other gc) for objects? I know we have shared_ptr, but I was interested in objects rather than pointers.
Isn't there an intrusive version of it that can be used for your purpose?