On 4/27/2014 3:07 PM, Caligo via Digitalmars-d wrote:
On Sun, Apr 27, 2014 at 2:54 PM, Walter Bright via Digitalmars-d
<digitalmars-d@puremagic.com <mailto:digitalmars-d@puremagic.com>> wrote:

    http://wiki.dlang.org/DIP61


What happens if you try to interface with two different C++ libraries that use
the same exact namespaces?

If any of the names mangle to the same string, you'll get errors from the linker, just as you would if referencing those libraries from C++.

Reply via email to