DMD 1.024 and 2.008 releases

Christopher Wright dhasenan at gmail.com
Tue Dec 4 13:23:28 PST 2007


Christopher Wright wrote:
> Okay, that all works, but only in a shallow manner. If you add the 
> following, it doesn't compile:
> 
> class Something : Bar!(int) {}
> bool b = Foo!(Something);
> 
> A pity, that. No faking attributes yet.

Also, it doesn't work with is expressions (the spec strongly implies 
that it should), and you can't differentiate templates based on it. I 
get the feeling this isn't going to be fixed very soon, but I'll file a bug.



More information about the Digitalmars-d-announce mailing list