This is not just a question.

mgen bmeck at stedwards.edu
Fri Nov 14 07:02:45 PST 2008


I'm sorry but a private import is not a private module. A private import is seen as private by external modules and as such cannot be accessed. Also the import would be meaningless if it changed the access privileges of any module since by your logic public import would change private functions to public. If you are trying to make a module that cannot have anything imported from it make everything inside of the module private.



More information about the Digitalmars-d mailing list