Peter Dimov wrote:
> 
> Daniel Frey wrote:
> >
> > I aim for a smart pointer which is 4 bytes and adds another 4 bytes
> > to the intrusivly counted object - no more. AFAICS boost cannot offer
> > this with the current design.
> 
> If I understand correctly, you are saying that you want something close to
> boost::intrusive_ptr, but boost::shared_ptr is not it.

The documentation mentions scoped_ptr, scoped_array, shared_ptr,
shared_array and weak_ptr. I don't know which of all the other pointers
occasionally mentioned at this list are "officially" supported smart
pointers. Is there a list available that I can refer to to select the
right pointer?

Regards, Daniel

-- 
Daniel Frey

aixigo AG - financial training, research and technology
Schloß-Rahe-Straße 15, 52072 Aachen, Germany
fon: +49 (0)241 936737-42, fax: +49 (0)241 936737-99
eMail: [EMAIL PROTECTED], web: http://www.aixigo.de
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to