DMD license question

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 8 13:50:01 PDT 2017


On 2017-08-08 16:28, meppl wrote:

> in case your main application is written in D, too:  how do you avoid
> symbol name collisions?

D symbols are mangled to include the package and module name. That will 
make a collision less likely.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list