shared_ptr and private inheritance

10 Aug
2003
10 Aug
'03
3:10 a.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
8001
Age (days ago)
8001
Last active (days ago)
5 comments
3 participants
participants (3)
-
Jason Winnebeck