
9 Aug
2003
9 Aug
'03
9:10 p.m.
if class B : private A in a method of class B, given a shared_ptr<B>, is it possible to get a shared_ptr<A> that shares ownership without making boost::shared_ptr<A> a friend in class B? Jason Winnebeck