https://issues.dlang.org/show_bug.cgi?id=14698
--- Comment #8 from Rainer Schuetze <[email protected]> --- > What will happen for binaries with both D and C++ symbols? Good question. I was just about to adapt the demangling of linker messages to fit this use case aswell, but C++ symbols are not supported (nor by ddemangle which also doesn't support compressed symbols on Win32). Having two different C++ manglings is not so great, too. For gdc builds you could chain two calls to c++filt if a binary is available. --
