https://issues.dlang.org/show_bug.cgi?id=14746
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #4 from Martin Nowak <[email protected]> --- Same issue applies to postblitRecurse (which is used in std.conv). We also wanted to replace the recursive templates with the new compiler generated xdtor and xpostblit. https://github.com/D-Programming-Language/druntime/pull/1313 I think a similar issue plagues all the hasElaborateX templates. --
