Ambiguous mangling of symbols declared in nested scopes

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 17 03:15:56 PDT 2014


Slight correction : it is not a mangling of variable that is a 
problem (local variables don't have any mangling) but mangling of 
the function itself (it naively uses variable name for mangled 
name generation). Should use something like unique id instead.


More information about the Digitalmars-d mailing list