inheritance from abstract broken?

evilrat evilrat666 at gmail.com
Wed Jan 8 06:22:24 PST 2014


On Wednesday, 8 January 2014 at 14:01:43 UTC, Gary Willoughby 
wrote:
> On Wednesday, 8 January 2014 at 12:40:39 UTC, evilrat wrote:
>> ok. gotta using mixins :(
>
> Just use another ctor.
>
> class MyObjectA : MyObject
> {
>     this(MyContext mc)
>     {
>         super(mc);
>     }
> }

i do this in template. just a bit sad using mixin everywhere.


More information about the Digitalmars-d-learn mailing list