https://issues.dlang.org/show_bug.cgi?id=22954
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel updated dlang/dmd pull request #13915 "Fix - dtoh: Ignore member functions with C linkage" fixing this issue: - Fix 22954 - dtoh: Ignore member functions with C linkage Those functions receive D mangling and hence aren't easily callable via the header file. Note that C++ does the same for members in an `extern "C"` aggregate (=> mangle as C++ symbol). ` https://github.com/dlang/dmd/pull/13915 --
