https://d.puremagic.com/issues/show_bug.cgi?id=11889
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2014-01-10 00:50:19 PST --- Is this really Array that is at fault here? //---- struct S{int i;} S s(); int i(); void main() { s().i = 1; //YES. i() = 1; //NO. } //---- If you can't assign to an rvalue, I question the ability to assign to an rvalue member... -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
