On Wed, Aug 5, 2015 at 3:52 PM, Keean Schupke <[email protected]> wrote:

> Keeping it brief you use RAII for file handles too, and they get closed on
> exceptions due to stack unwinding.
>
> So you would still use RAII for exception safe handling of non-memory
> resources like file handles, even if you had GC for memory.
>
What does this have to do with my question about modularity?
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to