rust reaction to walter's talk on interfacing to C++
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Tue Mar 22 12:15:18 PDT 2016
On 3/22/2016 4:05 AM, Johan Engelen wrote:
> Shoot me down if unrelated and easily worked around: MSVC mangles "struct"
> differently from "class". Perhaps the D split between struct/class makes it hard
> to represent this MSVC mangling? (without changing the C++ source)
It is a current problem. I've thought of many solutions, but none were satisfying.
More information about the Digitalmars-d
mailing list