Optional name mangling

David Nadlinger see at klickverbot.at
Mon Jul 23 10:28:37 PDT 2012


On Monday, 23 July 2012 at 17:25:43 UTC, Stuart wrote:
> Fair enough. But there are still times when we need a version 
> of "export" that doesn't mangle.

No. This is even impossible to do with some compiler backends. 
For example, LLVM on OS X automatically appends an underscore to 
the beginning of symbol names, because every C function has an 
»extra« underscore at the beginning there.

David


More information about the Digitalmars-d mailing list