﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
64	LValue assignment incorrect error	Thierry Delisle	Rob Schluntz <rschlunt@…>	"This code causes an error saying the left operand of an assigment must be an lvalue.

{{{
forall(dtype T)
struct Inner {
        T* value;
};
struct Outer {
         Inner(int);
};
void ?=?(Outer & lhs, const Outer & rhs) {
        lhs.value = rhs.value;
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
