Mixin mangled name

Adam D. Ruppe destructionator at gmail.com
Mon Jul 1 20:00:45 UTC 2019


On Monday, 1 July 2019 at 19:40:09 UTC, Andrey wrote:
> Is it possible to mixin in code a mangled name of some entity 
> so that compiler didn't emit undefined symbol error? For 
> example mangled function name or template parameter?

try

pragma(mangle, "thing here")
void foo() {}


More information about the Digitalmars-d-learn mailing list