Should protection attributes disambiguate?

so so at so.so
Tue Jun 21 09:00:36 PDT 2011


On Tue, 21 Jun 2011 18:43:51 +0300, Jonathan M Davis <jmdavisProg at gmx.com>  
wrote:

> ???
>
> private import a;
>
> and
>
> import a;

Uh, yeah you are right. I meant something like:

module base1;
private struct base;
struct base1 : base {
}


More information about the Digitalmars-d mailing list