POV-Ray : Newsgroups : povray.advanced-users : Object Oriented POV code : Re: Object Oriented POV code Server Time
29 Jul 2024 16:19:25 EDT (-0400)
  Re: Object Oriented POV code  
From: Thorsten Froehlich
Date: 22 Feb 2004 16:21:01
Message: <40391d3d@news.povray.org>
In article <4038f266$1@news.povray.org> , Darren New <dne### [at] sanrrcom>  
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] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.