Why is mangling different for separate compilation?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 29 11:54:01 PST 2016


On 2016-02-29 17:27, Chris Wright wrote:

> Simpler than that. Module foo.a imports std.stdio; module foo.b imports
> foo.a and std.path. When compiling separately, you're not necessarily
> changing the ordering property of the modules you run semantic on, but
> you are changing the set of modules.

I'm looking at Atila's original example. There's only one import, "bar".

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list