https://issues.dlang.org/show_bug.cgi?id=19949
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10927 "Fix issue 19949: Implement support for C++ ABI tags" was merged into master: - 45bc42393d5b8acdd4f940b961aee4614139a09f by Geod24: Fix issue 19949 - C++ Mangling: add support for abi-tags from the Itanium ABI Implements C++ ABI tags with a few more restriction 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 --
