Anonymous classes should pass through super ctors

BCS ao at pathlink.com
Mon Aug 18 10:57:24 PDT 2008


Reply to Steven,

> If we're going to get a way to do it for anonymous classes, I'd like
> it to be universal and consistent.
> 
> -Steve
> 

// do all
alias this this;

// do just this one
alias this(int, char[]) this;





More information about the Digitalmars-d mailing list