extern(C) names are being mangled; that's crazy, Walter says I'm crazy

Newbie2019 newbie2019 at gmail.com
Wed Jul 24 05:13:49 UTC 2019


On Wednesday, 24 July 2019 at 05:03:16 UTC, Manu wrote:
> https://issues.dlang.org/show_bug.cgi?id=20012
>
> I need to know who is the crazy one here?
> I can't believe the idea that extern(C) functions being mangled 
> to
> un-knowable generated names is what any sane user would ever 
> expect.
>
> Surely extern(C) means extern(C)?
>
> I'd like a poll here...

I just has the same problem yesterday, I just fix it by move the 
extern(C) out from mixin template to workaround.




More information about the Digitalmars-d mailing list