Double inheritance of enable_shared_from_this

后端 未结 3 847
忘了有多久
忘了有多久 2021-01-02 05:34

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

A and B both derive from enable_shared_from_this<>, respectively enable

3条回答
提交回复
热议问题