DIP 1004 Preliminary Review Round 1

Basile B. via Digitalmars-d digitalmars-d at puremagic.com
Mon May 1 08:37:00 PDT 2017


On Monday, 1 May 2017 at 15:33:47 UTC, Basile B. wrote:
> On Monday, 1 May 2017 at 14:55:28 UTC, Mike Parker wrote:
>> DIP 1004 is titled "Inherited Constructors. [...]
>> All review-related feedback on and discussion of the DIP 
>> should occur in this thread. [...]
>> Destroy!
>
> An obvious omission in the syntax variations [1]
>
> - alias this() = super.this();
>
> or
>
> - alias this = super.this;
>

or even

     alias this() = Base.this()

with Base the identifier for the base class, which is already the 
syntax for virtual methods ;)


More information about the Digitalmars-d mailing list