NO

Author Topic: Inline function  (Read 3299 times)

Kempelen

  • Guest
Inline function
« on: March 13, 2008, 10:27:38 AM »
'Inline' command tell the compiler to try to inline function, but compiler can or can not put the inline function, depending on some factors.
It is there any option that the compiler warning that it can not put a inline function in the resulting inline code?
thx.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Inline function
« Reply #1 on: March 18, 2008, 02:25:31 PM »
Not at the moment. I have put this in the 'wish-list' - I may add something in the future...
/Pelle