http://d.puremagic.com/issues/show_bug.cgi?id=4430
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|erroneous matching on |Regression(2.037) erroneous |specialized template |matching on specialized |function |template function --- Comment #2 from Don <[email protected]> 2010-07-26 11:33:07 PDT --- Reduced test case: struct Ghost(T) {} void bug4430(T)(Ghost!(T) x) {} void bug4430(T)(Ghost!(int) x) {} void spirit4430() { Ghost!(int) temp; bug4430!(Ghost!(char))( temp ); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
