public imports

Anders F Björklund afb at algonet.se
Sun Mar 4 13:49:54 PST 2007


Frits van Bommel wrote:

>> is it possible that if I import a module,then I import that module's 
>> imports also ?
> 
> Ahem.. it's practically in the subject line: "public import std.stdio;" :)

Also if you find/read old D code, be aware that the default option
for imports changed from "public" over to "private" with DMD 0.163...

http://www.digitalmars.com/d/changelog2.html#new0163

--anders



More information about the Digitalmars-d mailing list