https://issues.dlang.org/show_bug.cgi?id=19515
Issue ID: 19515
Summary: POSIX,C++: Template argument pack wrongly mangled
Product: D
Version: D2
Hardware: All
OS: Linux
Status: ASSIGNED
Keywords: C++
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Template argument pack to function (and probably classes, too) are wrongly
mangled as `I...E` instead of `J...E`.
See https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangle.template-arg
I will submit a PR for it shortly.
--