import foo vs. private import foo

Hasan Aljudy hasan.aljudy at gmail.com
Tue Jan 9 23:10:30 PST 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?


More information about the Digitalmars-d-learn mailing list