[Issue 6868] IsExp + incorrect static array type = error

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

[Issue 6868] IsExp + incorrect static array type = error

2011-10-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6868 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-10-30 14:23:36 PDT --- Original code: import std.range; void main() { pragma(msg, isInfinite!(int[])); char[0] s; // need } -- Configure issuemail:

[Issue 6868] IsExp + incorrect static array type = error

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