$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (yg-boost-users_at_[hidden])
Date: 2003-07-18 12:30:00
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