[Issue 2298] New: Parameters not visible in the concept condition

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 20 10:42:09 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2298

           Summary: Parameters not visible in the concept condition
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: andrei at metalanguage.com


void f(S...)(S s) if (S.length > 3)
{
}

void main()
{
    f(1, 2, 3, 4);
}

Error: undefined identifier S


-- 



More information about the Digitalmars-d-bugs mailing list