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.
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.