[Issue 13396] Non-instance and final methods on extern(C++) interfaces shouldn't be mangled as C++ names
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Aug 30 08:27:00 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13396
--- Comment #4 from yebblies <yebblies at gmail.com> ---
(In reply to yebblies from comment #3)
> (In reply to Orvid King from comment #2)
> > If a body is defined on the D side though, what is there to match on the C++
> > side?
>
> The C++ code could be calling the D body.
At least, I think that works. But either way all the functions inside the
interface should be extern(C++).
--
More information about the Digitalmars-d-bugs
mailing list