[Issue 3022] scope x = new Foo; does not allocate on stack if Foo has allocator

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Feb 17 19:36:36 PST 2015


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

--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e7242b67874b5b9ac4c416d76a54ee7b037108be
Fix Issue 3022 - scope x = new Foo; does not allocate on stack if Foo has
allocator

https://github.com/D-Programming-Language/dmd/commit/9ba3bf09acb5d0133998781c506347f482497c0c
Merge pull request #3968 from yebblies/issue3022

--


More information about the Digitalmars-d-bugs mailing list