| 
  | 
In article <4038f266$1@news.povray.org> , Darren New <dne### [at] san rr com>  
wrote:
> And in real languages, you don't even have to tell the compiler to do
> that. ;-)
You don't need to do in C++ either.  "inline" is only a hint to the compiler
just like the "register" keyword.  Most modern compilers will inline
whatever they see fit, and some will even completely ignore the "inline"
keyword and find a better selection of functions to inline.
    Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trf de
Visit POV-Ray on the web: http://mac.povray.org
 
 Post a reply to this message 
 | 
  |