Jeff Law wrote:

>>    In C++, you can of course make what looks like
>> simple code do something expensive; for example, you can make "a + b" be
>> arbitrarily complex if "a" and "b" are instances of class types and you
>> have overloaded "+".
>>    
> And, in general, we are trying to avoid situations where seemingly
> simple code does something expensive, right?

Right.

-- 
Mark Mitchell
CodeSourcery
m...@codesourcery.com
(650) 331-3385 x713

Reply via email to