[Issue 664] New: is(func T == return) ignores variadic arguments

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 9 02:49:04 PST 2006


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

           Summary: is(func T == return) ignores variadic arguments
           Product: D
           Version: 0.176
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thomas-dloop at kuehne.cn


according to is(... == return) all the functions below have the same argument
types:

void foo(int);
void foo(int ...);
void foo(int, ...);


-- 




More information about the Digitalmars-d-bugs mailing list