[Issue 14209] Duplicate Comdat with extern(C++)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Feb 21 04:20:08 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14209

--- Comment #1 from Benjamin Thaut <code at benjamin-thaut.de> ---
The real problem is that ezDelegate gets instanciated twice. once with
extern(C++) void() and once with void() resulting in two temmpalte
instanciations which output the same C++ symbol. So this is not a bug.

--


More information about the Digitalmars-d-bugs mailing list