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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 20 06:00:45 PST 2011


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



--- Comment #12 from Stewart Gordon <smjg at iname.com> 2011-12-20 06:00:39 PST ---
(In reply to comment #11)
> and then (possibly*) provide some other mechanism for identifying 
> if a function is C-style variadic.  is() expressions are just about 
> the ugliest thing in the language already, I'm loathe to recommend 
> making them even uglier.

Why only C-style variadics?  D-style variadics with typeinfo just as well need
to be considered.  Of course, with typesafe variadics we can feasibly just keep
the type and just discard the ... ....

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