[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 Илья Ярошенко changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 --- Comment #4 from Илья Ярошенко --- (In reply to Manu from comment #0) > extern (C++, std) > { > struct test {} > } > extern (C++) void test(ref const(std.test) t) {} > > Expect: _Z4testRKNSt4testE > Actual: _Z4testRKN3std4testE Actual should

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 Илья Ярошенко changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4b17e0b1a08b161fb69b3c68dc7b468749181264 Fix issue 18957 - extern(C++) doesn't mangle 'std' correctly

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 github-bugzi...@puremagic.com changed: What|Removed |Added Resolution|DUPLICATE |FIXED --

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-06-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 Manu changed: What|Removed |Added Keywords||C++ Severity|enhancement