https://issues.dlang.org/show_bug.cgi?id=15589
--- Comment #3 from Manu <[email protected]> --- I'm noticing a problem with constructors. Is this related? 'extern(C++) this() {}' doesn't seem to emit a C++ constructor, it emit's a call to Class::__ctor, which isn't what C++ calls constructors. Do I need to duplicate constructors on the D side? --
