[Issue 14200] C++ mangling issue with expanded tuples

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14200

--- Comment #5 from github-bugzi...@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1c24d35583b1d49045013d7451c92c0752ba55e8
Merge pull request #4421 from Ingrater/fix141920

--


[Issue 14200] C++ mangling issue with expanded tuples

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14200

--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1c24d35583b1d49045013d7451c92c0752ba55e8
Merge pull request #4421 from Ingrater/fix141920

--


[Issue 14200] C++ mangling issue with expanded tuples

2015-02-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14200

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1c24d35583b1d49045013d7451c92c0752ba55e8
Merge pull request #4421 from Ingrater/fix141920

--


[Issue 14200] C++ mangling issue with expanded tuples

2015-02-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14200

--- Comment #2 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1c24d35583b1d49045013d7451c92c0752ba55e8
Merge pull request #4421 from Ingrater/fix141920

Fix Issue 14200 - Tuples not being expanded during c++ mangling.

--


[Issue 14200] C++ mangling issue with expanded tuples

2015-02-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14200

--- Comment #1 from Benjamin Thaut c...@benjamin-thaut.de ---
https://github.com/D-Programming-Language/dmd/pull/4421

--