import question

equinox at atw.hu equinox at atw.hu
Sat Jan 21 12:22:22 PST 2012


Hi,

I have an import related questoin..

I have this:

module A;

const c1=4;


module B;

import A;


module C;

private import B;



Should not module C see c1? Because it cannot see it. Even if the import  
is not private.




Regards


Marton Papp


More information about the Digitalmars-d mailing list