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