digitalmars.D.learn - import foo vs. private import foo
- jicman <cabrera__ __wrc.xerox.com> Jan 09 2007
- Brad Roberts <braddr puremagic.com> Jan 09 2007
- Hasan Aljudy <hasan.aljudy gmail.com> Jan 09 2007
- Hasan Aljudy <hasan.aljudy gmail.com> Jan 09 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
Jan 09 2007
jicman wrote: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
The change logs make for a good starting point to answer this sort of question: http://www.digitalmars.com/d/changelog.html#new0163 Later, Brad
Jan 09 2007
Brad Roberts wrote:jicman wrote: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
The change logs make for a good starting point to answer this sort of question: http://www.digitalmars.com/d/changelog.html#new0163 Later, Brad
I think it would've been easier to just answer the question, and *then* posting the link?
Jan 09 2007
jicman wrote: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
The suggestion was accepted, imports are now private by default.
Jan 09 2007









Hasan Aljudy <hasan.aljudy gmail.com> 