[Issue 4430] Regression(2.037) erroneous matching on specialized template function

2010-09-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4430] Regression(2.037) erroneous matching on specialized template function

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 --- Comment #3 from Don clugd...@yahoo.com.au 2010-09-01 00:19:06 PDT --- Even further reduced, shows that a class template is not required. --- struct Ghost {} void bug4430(T)(int x) {} void bug4430(T)(Ghost x) {} void spirit4430() {

[Issue 4430] Regression(2.037) erroneous matching on specialized template function

2010-09-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4430 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch, rejects-valid ---