On 7/10/14, 10:45 PM, Philpax wrote:
I also have misgivings about this - while it's the easiest solution (as I noted in my previous post), it's also antithetical to @nogc. If one rips out the GC entirely, these exceptions end up leaking memory which is arguably an even bigger problem, especially on memory-constrained platforms.
Yah, I'd be hoping that @nogc guarantees you can actually not link the gc. -- Andrei