https://issues.dlang.org/show_bug.cgi?id=19395

Mathias LANG <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Mathias LANG <[email protected]> ---
DMD does substitution. However substitution is not done on basic types.

The following C++ code:
void fun(wchar_t x, wchar_t y, bool b) {}
Mangles to:
__Z3funwwb

On my machine (OSX, so Clang).

Hit me up on Slack if there's some POSIX mangling issue you need to
troubleshoot.

--

Reply via email to