[Issue 2025] Inconsistent rules for instantiating templates with a tuple parameter

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 22 12:14:04 PST 2012


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


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch


--- Comment #3 from timon.gehr at gmx.ch 2012-01-22 12:14:01 PST ---
(T:int) wins against (A...). Why can't the same be done for (T:int) vs (T) ?
(A...) is certainly less specialized than (T), and int matches both equally
well, therefore I think it is strange that (A...) would be chosen over (T).

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