Alias syntax removal

Simen Kjaeraas simen.kjaras at gmail.com
Tue Feb 12 05:35:45 PST 2013


On 2013-35-10 17:02, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:

> I've argued that it should be rare that someone uses multiple
> subtyping, so I don't see the need to introduce more syntax into the
> language when they can simply do this for the special occasion when
> they need it:
>
> alias this = this;
> alias this = bar;

The point of this change is not really to allow multiple subtyping,
but to indicate that alias this is different from other aliases. It is
a Good Thing(tm).

-- 
Simen


More information about the Digitalmars-d mailing list