[Issue 15098] C++ namespace conflicts with D import

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 22 01:37:59 PDT 2015


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

--- Comment #3 from Manu <turkeyman at gmail.com> ---
I guess the import introduces 'ud' in the local namespace, and the extern(C++)
also introduces some 'ud' item into the local namespace... I'm not sure what
kind of thing that 'ud' actually is.

Marco: a long name at the root of the module hierarchy is really uncool, I
would stick with 3 letters max. But I really would want it to be the same as
the C++ if possible, since it's like, the same thing; a direct binding to the
C++ code, so surely ALL the names should match, not just 'most' names.

--


More information about the Digitalmars-d-bugs mailing list