[Issue 13183] C++ namespace should not conflict with import root package

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Feb 14 03:32:54 PST 2017


https://issues.dlang.org/show_bug.cgi?id=13183

--- Comment #8 from anonymous4 <dfj1esp02 at sneakemail.com> ---
AIU, this can't work because C++ namespaces are added to D symbol table. Manu
proposed to not add C++ namespaces to D symbol table, use them for mangling
only, this would also allow multiple declarations of the same C++ namespace.
Was it rejected?

--


More information about the Digitalmars-d-bugs mailing list