[Issue 21745] Closure created in struct constructor passed to class constructor is not heap allocated

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 25 09:04:48 UTC 2021


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #8 from Walter Bright <bugzilla at digitalmars.com> ---
Just to confirm it *is* allocating the closure on the heap. If you disassemble
the object file, the call to _d_allocmemory is definitive.

--


More information about the Digitalmars-d-bugs mailing list