[Issue 16982] std.experimental.allocator.make!T must either call GC.addRange or be marked @system
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Dec 18 10:58:40 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16982
b2.temp at gmx.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b2.temp at gmx.com
--- Comment #1 from b2.temp at gmx.com ---
We could instead imagine a system based on introspection (discover data that
should trigger addRange()) and annotations (trust data for for which addRange()
should be called but wont). Depending on the result of the introspection,
GC.addRange() would be called automatically.
See also:
- https://forum.dlang.org/thread/ikcgdppksfvfbdqnsgng@forum.dlang.org
- https://forum.dlang.org/thread/iubialncuhahhxsfvbbg@forum.dlang.org
- https://forum.dlang.org/post/ficbsdfokvbvslatmomr@forum.dlang.org
--
More information about the Digitalmars-d-bugs
mailing list