return

David Leimbach kde-optimize@mail.kde.org
Mon, 3 Feb 2003 18:06:21 -0600


>>
> gcc has an extention that enables you to write:
>
> Complex operator + (const Complex & a, const Complex & b) return retval
> {
>    retVal.real = a.real + b.real;
>    retVal.imag = a.imag + b.imag;
> }
>
>
> I think it is meant to force this optimization, do you know anything 
> about it?


Nope.  I try not to dabble with compiler specific code and stick to 
standards.

I really really like choice and portability.

>
> `Alln
> _______________________________________________
> Kde-optimize mailing list
> Kde-optimize@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-optimize
>