[Issue 6479] spurious alias this with struct and mixin template

2011-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6479 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6479] spurious alias this with struct and mixin template

2011-11-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6479 --- Comment #5 from Trass3r 2011-11-11 09:12:29 PST --- btw, now it tells Error: alias this test.Image.__anonymous there can be only one alias this -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6479] spurious alias this with struct and mixin template

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6479 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #3 from Kenji Hara 201

[Issue 6479] spurious alias this with struct and mixin template

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6479 --- Comment #2 from Kenji Hara 2011-10-23 04:58:07 PDT --- This is a bug related to forward reference. struct Memory { mixin Wrapper!(); } //mixin template Wrapper() {} // OK struct Image { Memory sup; alias sup this; } mixin temp

[Issue 6479] spurious alias this with struct and mixin template

2011-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6479 --- Comment #1 from Trass3r 2011-08-12 12:26:12 PDT --- Well, forget the last half sentence ;) btw, I probably would never have figured this out without DustMite :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email