jamesge commented on issue #1264:
URL: https://github.com/apache/incubator-brpc/issues/1264#issuecomment-708886008


   @wasphin 你试试看把`class D1 : public B1, public B2`改成`class D1 : public B2, 
public B1`还会挂么,看上去是c++多重继承导致的内存排列问题,`static_cast<B2*>(arg)`和D1继承B2的方式是冲突的。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to