Subject: Re: [boost] [Review] XInt Review
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-03-04 12:54:35


On 04/03/11 17:27, Mathias Gaunard wrote:
> On 04/03/2011 16:51, Joel Falcou wrote:
>
>> Expression enabled code is not something you add on top of another
>> design like this. It is a concrete component of the design from the
>> start.
>
> I'm not so sure of that, can't it be built as a separate layer?
you have to have your data struct and the terminal on top of them yes.
What i meant is that ET enabled code may require some internals non-ET
does not.
>
> I have to agree with Marsh's comment here; expression templates can be
> a problem for standardization or widespread use.
valarray is like the epytom of expression template sued in the standard
... so for me it doesnt hold.