[Issue 6056] Type lookup problem in string mixins

2011-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6056] Type lookup problem in string mixins

2011-10-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||patch, rejects-valid

[Issue 6056] Type lookup problem in string mixins

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 6056] Type lookup problem in string mixins

2011-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6056 --- Comment #2 from kenn...@gmail.com 2011-05-25 11:39:51 PDT --- Actually that 'template' is not needed. mixin(alias const(typeof('c')*) A; alias const(typeof(0)*) B;); static assert(is(B == const(int*)));