Why extern variables and functions within template/struct/class have a D mangling

Igor Stepanov wazar.leollone at yahoo.com
Tue May 7 14:19:39 PDT 2013


May be I need to fix that issue? What about functions?

struct Foo
{
   extern(C) void bar()
   {

   }
}

Is it good to set bar mangling to "bar"?


More information about the Digitalmars-d mailing list