[Issue 16525] C++ member variables have no mangling

2016-11-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16525

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

https://github.com/dlang/dmd/commit/376b34d10968c0ea0169fe1c6876b7b3227dea0e
fix Issue 16525 - C++ member variables have no mangling

https://github.com/dlang/dmd/commit/89e098f1bb7946166757ab3f0d03737a0b5c5ef9
Merge pull request #6147 from MartinNowak/fix16525

--


[Issue 16525] C++ member variables have no mangling

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16525

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

https://github.com/dlang/dmd/commit/376b34d10968c0ea0169fe1c6876b7b3227dea0e
fix Issue 16525 - C++ member variables have no mangling

https://github.com/dlang/dmd/commit/89e098f1bb7946166757ab3f0d03737a0b5c5ef9
Merge pull request #6147 from MartinNowak/fix16525

--


[Issue 16525] C++ member variables have no mangling

2016-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16525

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

https://github.com/dlang/dmd/commit/376b34d10968c0ea0169fe1c6876b7b3227dea0e
fix Issue 16525 - C++ member variables have no mangling

- while there seems to be no way to require mangling of C++ member
  variables in C++ itself, D does need the mangling for template parameters
- use the same mangling as for static member variables

https://github.com/dlang/dmd/commit/89e098f1bb7946166757ab3f0d03737a0b5c5ef9
Merge pull request #6147 from MartinNowak/fix16525

fix Issue 16525 - C++ member variables have no mangling

--


[Issue 16525] C++ member variables have no mangling

2016-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16525

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

   What|Removed |Added

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

--