http://d.puremagic.com/issues/show_bug.cgi?id=6768
Stewart Gordon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code CC| |[email protected] Platform|Other |All Blocks| |2573 --- Comment #2 from Stewart Gordon <[email protected]> 2012-02-12 13:05:02 PST --- (In reply to comment #1) > In 2.057 all calls to the `dg` delegate print garbage values if the templated > opAssign was used: Not for me (2.057 Win32): ----- C:\Users\Stewart\Documents\Programming\D\Tests\bugs>bz6768 Point: Point(0, 0, void delegate()) Point: Point(1244752, 4202612, void delegate()) Point: Point(1244752, 4202612, void delegate()) ----- It's especially puzzling because after construction of foo, our code hasn't changed either foo or foo.point, but something behind the scenes has caused it to change. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
