inline funtcion of base class
Jonathan Wakely
jwakely.gcc@gmail.com
Tue Aug 20 07:54:00 GMT 2013
On 20 August 2013 04:57, Hatt Tom wrote:
> 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 ?
This question is not relevant to libstdc++, please don't cross-post to
this list and gcc-help, thanks.
More information about the Libstdc++
mailing list