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
7780
Age (days ago)
7780
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jason Winnebeck