https://issues.dlang.org/show_bug.cgi?id=19949
--- Comment #5 from Dlang Bot <[email protected]> --- @Geod24 created dlang/dmd pull request #10927 "Fix issue 19949: Implement support for C++ ABI tags" fixing this issue: - Fix issue 19949 - C++ Mangling: add support for abi-tags from the Itanium ABI Implements C++ ABI tags with a few more restruction than the previous PR (9995). In particular, do not follow C++ source-level conventions when impractical (e.g. propagation). Since this is a feature that will be seldom used by users, I favored implementation simplicity over user-friendly semantics. Co-Authored-By: سليمان السهمي (Suleyman Sahmi) <[email protected]> https://github.com/dlang/dmd/pull/10927 --
