On 2013-02-20 16:38, Gor Gyolchanyan wrote:You can't pass the static type to the base class, just as a workaround?
http://d.puremagic.com/issues/show_bug.cgi?id=9551
I really really hope this gets fixed soon, because my project is stuck
because of this.
class Base (T) { }
class Sub : Base!(Sub) { }
--
/Jacob Carlborg