https://issues.dlang.org/show_bug.cgi?id=14209
--- Comment #1 from Benjamin Thaut <[email protected]> --- 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. --
