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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 24 21:54:09 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16525

--- Comment #1 from github-bugzilla at 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

--


More information about the Digitalmars-d-bugs mailing list