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-thisI 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-thisI 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