Top "Enable-shared-from-this" questions

Use of enable_shared_from_this with multiple inheritance

BI am using enable_shared_from_this in my code, and I am not sure if its usage is correct. …

c++ c++11 shared-ptr multiple-inheritance enable-shared-from-this
Double inheritance of enable_shared_from_this

I have an object (Z) which derives from two other objects (A and B). A and B both derive from …

c++ shared-ptr multiple-inheritance enable-shared-from-this
boost shared_from_this and multiple inheritance

I am currently having some troubles when using boost enable_shared_from_this and multiple inheritance. The scenario can be …

c++ shared-ptr multiple-inheritance enable-shared-from-this