Subject: Re: [boost] [xint] Formal Review Result
From: Daniel James (dnljms_at_[hidden])
Date: 2011-05-03 19:30:44


On 30 April 2011 17:15, Vladimir Prus <vladimir_at_[hidden]> wrote:
>>
>> - It was pointed out that "a + b + c" creates a pile of temporaries, and this
>> can be improved without using ET.
>
> As noticed by Lars Viklund on IRC, "without" is a typo and should have been "with".

I haven't looked the library, but it could possibly be improved
without ET by using move semantics.