Boost logo

Boost Users :

From: Piyush Kapadia (piyush.kapadia_at_[hidden])
Date: 2005-10-07 21:08:13


Does Boost Library internally does Reference counting for most of its
internal objects ?

 

Does it also use it's shared_ptr kind of Smart pointer implementation
internally ?

 

Sorry for my ignorance, but isn't there any cleaner Smart Pointer
implementation where we don't have to use new every time initiating object
and smart pointer becomes part of the class rather that separate
implementation like following -

 

shared_ptr sp(new int(5));

 



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net