[Issue 4159] New: in expression parsed as template
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed May  5 14:08:11 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4159
           Summary: in expression parsed as template
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: k-foley at onu.edu
--- Comment #0 from Kyle Foley <k-foley at onu.edu> 2010-05-05 14:08:10 PDT ---
DMD 2.045
int main(string[] args)
{
    int[int] f;
    struct S { int t; } S w;
    if ( w.t !in f ) {}
    return 0;
}
---
$ rdmd inexpr.d
inexpr.d(6): template argument expected following !
-- 
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