February 08, 2004 Bug | ||||
---|---|---|---|---|
| ||||
class Foo { template tmethod (T) { public static void tmethod (T param) { } } } int main (char [][] args) { Foo foo = new Foo; Foo.tmethod!(int)(42); return 0; } dmd simply crashes. And now replace it by some wron code: //Foo.tmethod!(int)(42); Foo.tmethod; // doesn't make sence, I know Now you get a strange assert. |
February 09, 2004 Re: Bug | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthias Becker | I think I know what's going wrong. I'll take care of it. -Walter |
Copyright © 1999-2021 by the D Language Foundation