[Issue 4430] erroneous matching on specialized template function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 6 06:25:44 PDT 2010


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


Richard Webb <webby at beardmouse.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webby at beardmouse.org.uk


--- Comment #1 from Richard Webb <webby at beardmouse.org.uk> 2010-07-06 06:25:42 PDT ---
You can repro the compile error in the spiritd test app by doing:

/////////
import spiritd.match, spiritd.nil;

void main(string[] args)
{
    Match!(nilT) temp;
    conv!(Match!(char))(temp);
}
/////////

(you only need the match bits to see the problem, rather than the whole thing).

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