[Issue 15473] C++ mangling problem

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 24 08:41:57 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15473

Jacob Carlborg <doob at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob at me.com

--- Comment #2 from Jacob Carlborg <doob at me.com> ---
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).

--


More information about the Digitalmars-d-bugs mailing list