http://d.puremagic.com/issues/show_bug.cgi?id=1528
--- Comment #28 from Martin Nowak <[email protected]> 2013-03-14 15:55:08 PDT --- (In reply to comment #26) It's not about the polysemous literals. What's irritating me is that a function call with conversion is preferred over a function template instantiation with exact arguments. int f3(long) { return 1; } int f3(T)(T) { return 2; } int v = 2; f3(v); MATCHexact / MATCHconvert vs. MATCHconvert / MATCHexact -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
