https://issues.dlang.org/show_bug.cgi?id=15473
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jacob Carlborg <[email protected]> --- A(In reply to Manu from comment #1) > On a tangent, I'm having a lot of trouble with the fact that MSVC mangles > classes differently than struct's... I feel like I need a way to control > which to choose on the D side. UDA perhaps? An ugly workaround would be to specify the fully mangled name using pragma(mangle). --
