[Issue 13348] std.uni.Grapheme is impure due to using C malloc and friends

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 2 10:36:24 PDT 2016


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

--- Comment #7 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
> OK, so pretty much all the problems stem from malloc/realloc/free being used to manage the memory of the Grapheme type.

Should I just use GC?

--


More information about the Digitalmars-d-bugs mailing list