[Issue 664] is(func T == function) ignores variadic arguments

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 19 22:34:04 PST 2011


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



--- Comment #8 from Don <clugdbug at yahoo.com.au> 2011-12-19 22:34:00 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > How does that solve the problem? The root cause is that is( ==function) assumes
> > that all of the function parameters can be returned in a tuple, but that isn't
> > true for ...
> 
> In what way does it make that assumption?

It declares T as a tuple containing all of the function arguments.

-- 
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