https://issues.dlang.org/show_bug.cgi?id=16536
--- Comment #16 from [email protected] --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3b34132a9dd6fd3ac6bd32c572dc6a9c2a75b8f8 fix Issue 16536 - OSX mangling mismatch in dmd's C++/D ABI - just fix the specific dmd problem of picking up UINT64_TYPE (unsigned long long) on newer XCode/clang versions - the D mangling of ulong should eventually be fixed to always match uint64_t https://github.com/dlang/dmd/commit/131668b53dea8833e1d922f180800793e30703f2 Merge pull request #6180 from MartinNowak/fix16536 fix Issue 16536 - OSX mangling mismatch in dmd's C++/D ABI --
