Re: broken oop ?



On Thu, 20 May 1999, Friedrich Dominicus wrote:

> 
> why do you think that. If you have s.th. like
> get_property(void){
> 	return property;
> }
> 
> any suitable compiler should be able to inline such a stuff. If not 
> another will. Or do I misunderstood s.th?

You can't inline a function unless you're compiling it as part of the
current file.

-- Elliot
"We're sorry, we didn't know it was supposed to be invisible."
	- Sign carried outside US embassy.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]