public imports

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Sun Mar 4 13:30:10 PST 2007


Thorsten Kiefer wrote:
> Hi,
> is it possible that if I import a module,then I import that module's imports also ?
> E.g.:
> 
> // test.d
> module test;
> import std.stdio;
> 
> //main.d
> import test;
> ...writefln...

Ahem.. it's practically in the subject line: "public import std.stdio;" :)



More information about the Digitalmars-d mailing list