Subject: Re: [boost] [Review] XInt Review
From: Christopher Jefferson (chris_at_[hidden])
Date: 2011-03-04 06:09:26


On 4 Mar 2011, at 09:49, Joel Falcou wrote:
>
>
> - use expression template to handle efficient combination of operations and potentially detect optimisable pattern. Proto is a shoe-in for this.

Are you sure that the gains from proto would outweigh the losses?

I just tried taking an example from the proto directory and added an invalid '+ 2.0' on the end of it. The resulting error message was 29k.

The same error from xint was much shorter and understandable.

Chris