On 7/13/07, John Nagle <[EMAIL PROTECTED]> wrote:
>      You can sometimes get better performance in C++ than in C, because C++
> has "inline".  Inline expansion happens before optimization, so you
> can have abstractions that cost nothing.

This is a bit off topic, but inline is a keyword in C since C99.

-- 
Evan Klitzke <[EMAIL PROTECTED]>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to