'private import' and 'private alias' is not working.

Christopher Wright dhasenan at gmail.com
Thu Feb 26 15:05:46 PST 2009


CLXX wrote:
> I found some private attributes is not working.

Private imports work if you just do "private import foo;".
They fail if the import is also static.
They fail if the import is renamed.
They fail if the import is selective.
There is a bugzilla entry for this somewhere.


More information about the Digitalmars-d-bugs mailing list