https://issues.dlang.org/show_bug.cgi?id=13972
weaselcat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from weaselcat <[email protected]> --- Hi, Is anyone working on this? It seems like a lot of effort to get RefCounted to @nogc, just wanted to see if anyone else was working on it before I go any further and possibly duplicate work. I think for this to work properly some of the non-allocating GC functions will need to be annotated with @nogc so we can properly hold references to GC allocated memory - I'm not sure how else to work around this but maybe someone more experienced than I am knows. I opened an enhancement request about it, I'm not sure if it will go anywhere. Bye. --
