[Issue 8373] IFTI fails on overloading of function vs non function template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 10 13:55:43 PDT 2012


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



--- Comment #2 from timon.gehr at gmx.ch 2012-07-10 13:55:43 PDT ---
(In reply to comment #1)
> This looks very similar to bug# 8316, but I'm not sure if it's the same thing.

Thank you for looking that up, but it is a different issue.

The underlying problem in bug# 8316 is that the compiler does not interpret the
statement as a function call, and therefore the instantiation is ambiguous.

In this case the compiler errors out on the matching template with the error 
message that would be adequate if only the non-matching template was present.

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