[Issue 17563] gc_inFinalizer should be public

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 30 06:35:52 PDT 2017


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

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
ponce, it's not a slight against your mechanism. It's a problem with the API.
There is no reason you should have to go through the hoops of attempting to
allocate memory and catching an Error, just to check the value of a global
boolean. Especially when there is already a function that does just that.

--


More information about the Digitalmars-d-bugs mailing list