https://issues.dlang.org/show_bug.cgi?id=13396
--- Comment #4 from yebblies <[email protected]> --- (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++). --
