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

--- Comment #11 from Nathan S. <n8sh.second...@hotmail.com> ---
>It's like we're talking about different things... `malloc` returning
>null is *insufficient* to warrant program termination, no matter how
>you want to call the wrapper.

I think 99% of the problem is that I copied and pasted the documentation and
gave the wrong idea. It's not a general-purpose replacement for malloc, it's
supposed to be a purified macro for `enforce!OutOfMemoryError(malloc(sz))`.

--

Reply via email to