[Issue 13183] C++ namespace should not conflict with import root package
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jan 26 07:52:46 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13183
--- Comment #2 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Does this work?
---
import dstd = std.string;
extern(C++, std) { }
---
--
More information about the Digitalmars-d-bugs
mailing list