
27 Apr
2005
27 Apr
'05
8:43 p.m.
have you looked at shared_ptr? i believe the docs even mention using it for pimpl. On 4/27/05, David Gruener <gruenedd@idmt.fraunhofer.de> wrote:
Hi, i'm wondering if there is a nice smart pointer in boost to implement PImpl. I found an implementation here: [1]. So, does boost provide a smart pointer which does play nice with pimpl, so that one doesn't need to provide a destructor, copyconstructor and assignment operator for the default cases?
--David
[1] http://www.octopull.demon.co.uk/arglib/TheGrin.html. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Cory Nelson http://www.int64.org