
29 Mar
2006
29 Mar
'06
11:14 p.m.
"Neal Becker" <ndbecker2@gmail.com> wrote in message news:<e08kla$7p2$1@sea.gmane.org>...
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.
I'm currently working on a smart pointer that has value semantics policy for comparison operators, and automatic cloning features. This gives the smart pointer features assoicated with an object. Check out the following link: http://axter.com/smartptr