[Issue 9090] auto ref doesn't work with arrays

2012-12-09 Thread d-bugmail
doesn't work with arrays https://github.com/D-Programming-Language/dmd/commit/3302a4b852772d24c0735419a35cba0b754100aa Merge pull request #1354 from 9rnsr/fix9090 Issue 9090 - auto ref doesn't work with arrays -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 9090] auto ref doesn't work with arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9090 --- Comment #3 from d...@dawgfoto.de 2012-12-07 11:42:23 PST --- (In reply to comment #2) > This also happens with ref and plain types. > Does an implicit const cast means to become an rvalue. But still auto ref and implicit const cast doesn't w

[Issue 9090] auto ref doesn't work with arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9090 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #2 from

[Issue 9090] auto ref doesn't work with arrays

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9090 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K