[Issue 7968] Failing implicit cast, new in 2.059

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7968 --- Comment #3 from timon.g...@gmx.ch 2012-04-23 10:57:19 PDT --- (In reply to comment #2) > How does the cast I attempted break the const model? Having it be valid code allows to get a mutable reference to immutable data. This reference can th

[Issue 7968] Failing implicit cast, new in 2.059

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7968 --- Comment #2 from Manu 2012-04-22 17:02:14 PDT --- (In reply to comment #1) > (In reply to comment #0) > > The chaps on IRC seemed to think this was a bug and I should report it. > > They were wrong. > > void failCast(const(char)*[] arg) {

[Issue 7968] Failing implicit cast, new in 2.059

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7968 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED CC|