super(...) in mixin template

Steve Teale steve.teale at britseyeview.com
Mon Mar 3 08:11:33 PST 2014


I did not get any takers in D Learn, so I'll try again here.

Mixin templates are supposed to be instantiated in the scope 
where they were invoked. I have tried one that I want to invoke 
in the body of a constructor, but it fails when it calls 
super(...).

Should this be so, or is it a bug?

Steve


More information about the Digitalmars-d mailing list