On Thu, Oct 11, 2012 at 9:01 AM, Richard Biener <richard.guent...@gmail.com> wrote:
> I'd rather not mix this with any kind of further C++-ification (that is > introduction of member functions or operator overloads). Agreed. At first I was surprised that Lawrence had not done the obvious operator overloads, but the introduction of temporaries convinced me. Also, doing it via template expressions seemed overkill for what amounts to syntactic sugar. Diego.