[Issue 15509] IAllocator must be exposed via a reference counted struct

2023-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 Issue 15509 depends on issue 13983, which changed state. Issue 13983 Summary: RefCounted needs to be @safe https://issues.dlang.org/show_bug.cgi?id=13983 What|Removed |Added

[Issue 15509] IAllocator must be exposed via a reference counted struct

2022-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 Issue 15509 depends on issue 13972, which changed state. Issue 13972 Summary: Make scoped, Unique, and RefCounted @nogc https://issues.dlang.org/show_bug.cgi?id=13972 What|Removed |Added

[Issue 15509] IAllocator must be exposed via a reference counted struct

2018-02-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 Dicebot changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment

[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 --- Comment #3 from Dicebot --- I have expected as much. This makes the issue much more generic (and challenging) :) --

[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 weaselcat changed: What|Removed |Added CC||r9shacklef...@gmail.com

[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509 --- Comment #2 from Andrei Alexandrescu --- (In reply to Dicebot from comment #1) > Is http://dlang.org/library/std/typecons/ref_counted.html considered up to > the quality for this? I think not, for the time being. Ideally user