No subclass member loopup in derived class, bug?

bearophile bearophileHUGS at lycos.com
Tue Mar 26 17:38:41 PDT 2013


Henning Pohl:

> class Base {
>     S s;
>     alias s this;
> }

"alias this" is meant to be used in structs.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list