[Issue 11246] [REG 2.063] Struct initialized in constructor is destroyed first

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 13 12:16:07 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11246



--- Comment #1 from Benjamin Thaut <code at benjamin-thaut.de> 2013-10-13 12:16:07 PDT ---
To be more percise in dmd 2.062 and earlier the repro case would print

ctor 5
dtor

Starting with dmd 2.063 this prints

ctor
dtor
dtor

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list