https://issues.dlang.org/show_bug.cgi?id=17178
Timothee Cour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Timothee Cour <[email protected]> --- other bug: dmd -c -o- bar.d Error: namespace bar.std conflicts with import bar.std at bar.d(2) ``` module bar; import std.exception; extern (C++, std) { struct Foo1 { } } ``` this makes it impossible to mix phobos code (requiring import std.some_package) and `extern(C++,std)` --
