On 2012-08-15 07:29, Richard Guenther wrote: > + typedef typename Element::Element_t Element_t;
Can we use something less ugly than Element_t? Such as typedef typename Element::T T; ? Given that this name is scoped anyway... r~
On 2012-08-15 07:29, Richard Guenther wrote: > + typedef typename Element::Element_t Element_t;
Can we use something less ugly than Element_t? Such as typedef typename Element::T T; ? Given that this name is scoped anyway... r~