This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: inline funtcion of base class


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]