18 Jul
2003
18 Jul
'03
5:30 p.m.
Peter Dimov wrote:
class Child : public Base1, public Base2 {
No, you can't do that. Multiple enable_shared_from_this<> bases are not supported, there is no way to enumerate them.
Don't know if I've missed part of this thread, but couldn't you use virtual inheritance here? Russell