Multiple Inhertiance?

via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 10 13:32:06 PST 2014


On Friday, 7 November 2014 at 07:41:26 UTC, deadalnix wrote:
> want to take explicitly. This has nothing to do with alias 
> this, but with identifier resolution in general. imported 
> symobl for instance, suffer from the same issue.

The diamond problem involves the desire to only have a single 
instance of the shared base class. Not a resolution issue.

That said, I don't like unqualified imports much. They tend to 
make code less readable when you scale up.


More information about the Digitalmars-d mailing list