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





--- Comment #1 from Walter Bright <bugzi...@digitalmars.com>  2009-05-15 
22:39:51 PDT ---
Reduces to:

auto max(Ts...)(Ts args)
{
        return 5;
}

void main() {
   assert(max(4, 5) == 5);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to