[Issue 6868] IsExp + incorrect static array type = error
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Oct 30 14:24:47 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6868
--- Comment #1 from Kenji Hara <k.hara.pg at 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: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list