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

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Basile-z <[email protected]> ---
I don't think this is a valid issue. When an array is shrink, its memory might
be copied to another location. a struct with self reference would then become
unsafe.

You cannot speculate on the implementation details of the GC allocator.

--

Reply via email to