[Issue 14746] [REG2.068a] Behavior change with struct destructor and alias this

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 1 02:28:57 PDT 2015


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |code at dawg.eu
         Resolution|FIXED                       |---

--- Comment #4 from Martin Nowak <code at dawg.eu> ---
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.

--


More information about the Digitalmars-d-bugs mailing list