On Thursday, 19 February 2015 at 18:25:10 UTC, Benjamin Thaut wrote:
Is it possible to declare a function in D which gets the C++ calling convetion but not the C++ mangling?

Kind Regards
Benjamin Thaut

You can use pragma(mangle, ...) to set whatever mangling you like.

Reply via email to