[Issue 15970] C++ mangling of templated arg type
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 22 18:07:29 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=15970
Mathias LANG <pro.mathias.lang at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |pro.mathias.lang at gmail.com
Resolution|--- |DUPLICATE
--- Comment #5 from Mathias LANG <pro.mathias.lang at gmail.com> ---
Marking as a duplicate of 16479, which is older, but for which there is a PR.
I just tried it with PR 8455 and it gets mangled correctly:
```
../../install/osx/bin/dmd -c lol.d; nm lol.o | c++filt
[...]
00000000000004c8 S A<int>::foo_template(int)
0000000000000040 S A<int>::foo_template(int) (.eh)
00000000000004d0 S A<int>::foo_incorrect(Symbol*)
0000000000000068 S A<int>::foo_incorrect(Symbol*) (.eh)
```
*** This issue has been marked as a duplicate of issue 16479 ***
--
More information about the Digitalmars-d-bugs
mailing list