inline funtcion of base class

Hatt Tom net.study.sea@gmail.com
Tue Aug 20 03:57:00 GMT 2013


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!



More information about the Libstdc++ mailing list