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: | Stefan Monnier <monnier@i...> |
| Subject: | Re: exception safety / RAII ? |
> The fact that GC is useful for freeing memory doesn't imply that we
> should have no convenient way for closing files.
Agreed, I was only talking specifically about misuse of finalizers.
Stefan