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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
> The fix: use the full D type for mangling.

Assuming you suggest mangling `module mod; extern(C++) class C {};` as
`mod::C`, that would prevent all interop with external C++ symbols in the root
namespace, as there is no root namespace in D. Likewise, you'd have to have a
huge `std.d` file for the std::* symbols etc.

--

Reply via email to