http://d.puremagic.com/issues/show_bug.cgi?id=2444
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2012-12-01 16:21:12 PST --- I think you can implement this now as: struct Foo { void opAssign(const Foo rhs) { this.tupleof = rhs.tupleof; } } Maybe it should be added to the docs. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
