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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 15 08:58:40 PST 2015


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

Paul O'Neil <redballoon36 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |redballoon36 at gmail.com

--- Comment #1 from Paul O'Neil <redballoon36 at gmail.com> ---
I'd like to add a more compelling use case:
import std.string;
extern(C++, std) { }

It's not possible to use the D standard library in the same modules as the C++
standard library.

Tested in dmd 2.066.1

--


More information about the Digitalmars-d-bugs mailing list