http://d.puremagic.com/issues/show_bug.cgi?id=5185
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Platform|x86 |All Version|D1 |D1 & D2 Summary|unittest in template |Recursive template |classes: recursive template |expansion error in class |expansion error |method OS/Version|Windows |All --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-02-15 14:45:44 PST --- Unrelated to unittests, and affects D2 too. Reduced: class C(V) { void f() { C!(C!(int)) c; // NG } } void main() { C!(C!(int)) c; // ok } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
