February 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17178

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com

--- Comment #1 from Timothee Cour <timothee.cour2@gmail.com> ---
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)`

--
February 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17178

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from anonymous4 <dfj1esp02@sneakemail.com> ---


*** This issue has been marked as a duplicate of issue 13183 ***

--