[Issue 15512] extern(C++, ns) should consider taking a string

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15512

Manu  changed:

   What|Removed |Added

   Keywords||C++

--


[Issue 18906] Template specialisations should not be stripped if they're not called

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18906

Manu  changed:

   What|Removed |Added

   Keywords||C++, industry
   Severity|normal  |major

--- Comment #3 from Manu  ---
This is actually pretty problematic issue...

--


[Issue 18999] MSCRT selection specifies _ITERATOR_DEBUG_LEVEL and produces a `version`

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18999

Manu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Manu  ---
This is being addressed by other issues.

--


[Issue 18851] std.net.curl.post cannot be used with !ubyte

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18851

wolframw  changed:

   What|Removed |Added

 CC||wolfr...@protonmail.com
   Assignee|nob...@puremagic.com|wolfr...@protonmail.com

--


[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|--- |FIXED

--- Comment #5 from Илья Ярошенко  ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/9cb46f842778b3b7d3cb4efe698c32765fd72220
fix Issue 19248

https://github.com/dlang/dmd/commit/2db16adbced9e7736802c3d4fbaa0ca6c79f8dc5
Merge pull request #8700 from 9il/issue19248

[~regression fix] fix Issue 19248 and reopened 18957
merged-on-behalf-of: David Nadlinger 

--


[Issue 19248] Wrong mangle for C++ const STL classes/structs

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/9cb46f842778b3b7d3cb4efe698c32765fd72220
fix Issue 19248

https://github.com/dlang/dmd/commit/2db16adbced9e7736802c3d4fbaa0ca6c79f8dc5
Merge pull request #8700 from 9il/issue19248

[~regression fix] fix Issue 19248 and reopened 18957
merged-on-behalf-of: David Nadlinger 

--


[Issue 19248] Wrong mangle for C++ const STL classes/structs

2018-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--