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


Richard Webb <we...@beardmouse.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |we...@beardmouse.org.uk


--- Comment #1 from Richard Webb <we...@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: -------

Reply via email to