[Issue 2282] Struct copy-constructor should call opAssign

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2282 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2282] Struct copy-constructor should call opAssign

2009-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2282 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 2282] Struct copy-constructor should call opAssign

2009-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2282 --- Comment #3 from Koroskin Denis 2kor...@gmail.com 2009-11-23 02:43:39 PST --- In D2, yes, but what about D1? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 2282] Struct copy-constructor should call opAssign

2009-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2282 --- Comment #4 from Don clugd...@yahoo.com.au 2009-11-23 03:00:24 PST --- (In reply to comment #3) In D2, yes, but what about D1? The spec is quite clear: The assignment operator cannot be overloaded for rvalues that can be implicitly cast

[Issue 2282] Struct copy-constructor should call opAssign

2009-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2282 --- Comment #5 from Koroskin Denis 2kor...@gmail.com 2009-11-23 03:15:55 PST --- Great, thanks! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2282] Struct copy-constructor should call opAssign

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2282 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 2282] Struct copy-constructor should call opAssign

2009-08-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2282 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|wrong-code | CC|