Re: [eigen] nesting

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


The "problem" is that the set of bits that should be inherited varies
greatly between expressions....

In the case of Transpose, pretty much everything is inherited, then
there are all sorts of cases with other expressions...

Benoit

2010/2/6 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> It should have been "toggle only the storage order."
>
> Since we now have bit which are not inherited, we might rename
> HereditaryBits bits and introduce a new set. How about
>
> DominantBits /* always inherited */
> RecessiveBits /* only in rare cases inherited */
>
> Then, in the future one could do
>
> Flags = OtherType::Flags & ~RecessiveBits
>
> to disable only those we don't want to inherit. This will of course
> only then make sense, when there is the possibility for new recessive
> bits in the future or just because we like it...
>
> - Hauke
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/