https://issues.dlang.org/show_bug.cgi?id=23937
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |MOVED --- Comment #2 from RazvanN <[email protected]> --- Hello, this does not seem to be a dmd-druntime issue. Note that LDC has a modified version of druntime so from dmd's perspective this issue has nothing actionable. You can report this to ldc. > //scope( exit) c.~C(); // C++ style. doesnt compile This works if you call c.__dtor(); --
