[Issue 6777] alias this + cast(void*) == bug

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 6777] alias this + cast(void*) == bug

2016-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 Steven Schveighoffer changed: What|Removed |Added Hardware|Other |All

[Issue 6777] alias this + cast(void*) == bug

2014-08-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 monarchdo...@gmail.com changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 6777] alias this + cast(void*) == bug

2013-11-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6777 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

[Issue 6777] alias this + cast(void*) == bug

2013-11-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6777 Jakob Ovrum jakobov...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 6777] alias this + cast(void*) == bug

2012-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6777 Lukasz Wrzosek luk.wrzo...@gmail.com changed: What|Removed |Added CC|

[Issue 6777] alias this + cast(void*) == bug

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6777 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-10-23 05:09:22 PDT --- I think this is right behavior. In D2, the implicit conversion from class type to void* is disabled. So auto p = cast(void*) c; the expression c is transformed

[Issue 6777] alias this + cast(void*) == bug

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6777 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2