Browse thread
[Caml-list] C++ Throws
[
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: | Radu-Mihail Obada <radu.obada@g...> |
| Subject: | Re: [Caml-list] C++ Throws |
I may be a little (maybe even a little more?) off-topic here, but just to make things clear: C++' exception handling mechanism indeed calls abort() when there is no exception handler that matches the current exception type (C++ type substition rules considered). (Actually, a C++ implementation is required to call terminate() for an uncaught exception, among other things.). Just my 2 cents. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners