Browse thread
exception safety / RAII ?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] Re: exception safety / RAII ? |
On Mar 7, 2005, at 18:10, Jon Harrop wrote: > However, many programs run for a short time and, in these cases, I > believe > that OCaml guarantees to close your files at least upon program > termination, OCaml does no such thing. The OS does. -- Damien