[Issue 9506] When using alias this, writeln modifies its argument

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 30 05:30:40 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9506



--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-06-30 05:30:39 PDT ---
I've tested this across several compiler versions on win32:

2.058: can't compile due to template instance error
2.059: broken: [1, 2] [ ]
2.060: broken: [1, 2] [ ]
2.061: ok:     [1, 2] [1 2]
2.062: ok:     [1, 2] [1 2]
2.063: broken: [1, 2] [ ]

Even if it was fixed at some point it looks like no test-cases were added, the
bug is back.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list