How can I compile this?

rm roel.mathys at gmail.com
Sat Oct 14 13:24:03 PDT 2006


Lars Ivar Igesund wrote:
> rm wrote:
> 
>> even more, all your import are plain imports :-)
>> you'd better use "private import ..."
>> that prevents symbols imported in a module for it's internal
>> implementation to leak through to other modules.
> 
> Imports are private by default, now.
> 

thx, and making them public?
public import std.stdio; ???

roel



More information about the Digitalmars-d-learn mailing list