Does selective imports have an effect on the resulting executable?

Adam D. Ruppe destructionator at gmail.com
Thu Nov 28 05:57:09 PST 2013


On Thursday, 28 November 2013 at 12:31:11 UTC, Gary Willoughby 
wrote:
> Does selective imports have an effect on the resulting 
> executable?

No, I don't think so. The compiler still reads the module and the 
linker still sees the whole object file to do its thing, it just 
doesn't bring all the names into scope.


More information about the Digitalmars-d-learn mailing list