[Issue 4430] Regression(2.037) erroneous matching on specialized template function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 26 11:33:09 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4430
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
Summary|erroneous matching on |Regression(2.037) erroneous
|specialized template |matching on specialized
|function |template function
--- Comment #2 from Don <clugdbug at yahoo.com.au> 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: -------
More information about the Digitalmars-d-bugs
mailing list