[Issue 16252] Region allocator should not be copyable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 17 13:21:18 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=16252
Richard Cattermole <alphaglosined at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alphaglosined at gmail.com
--- Comment #2 from Richard Cattermole <alphaglosined at gmail.com> ---
Alternatively, it should support moving rather than copying.
This allows other allocator data structures like free lists to move it into
their own memory (which is quite a useful trick).
--
More information about the Digitalmars-d-bugs
mailing list