hi: Here is my example : class A { inline func();} class B:public A ; If B calls func() ,is it dealed as inline ,which has no frame ? if I want to share one inline function from base class , what is the best mothod ? Thaks! -- Best Regards!
hi: Here is my example : class A { inline func();} class B:public A ; If B calls func() ,is it dealed as inline ,which has no frame ? if I want to share one inline function from base class , what is the best mothod ? Thaks! -- Best Regards!