import foo vs. private import foo

jicman cabrera__ at __wrc.xerox.com
Tue Jan 9 21:00:54 PST 2007


Greetings!

A few months ago, there was a discussion in the newsgroup about
making all imports private.  Meaning that,

import foo;

would be treated by the compiler as,

private import foo;

Am I way off base?

thanks,

jic


More information about the Digitalmars-d-learn mailing list