[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua error handling and C++
- From: Glenn Maynard <glenn@...>
- Date: Mon, 16 Oct 2006 15:13:35 -0400
On Mon, Oct 16, 2006 at 02:00:11PM -0500, Rici Lake wrote:
> You only have to catch exceptions if they might be thrown. If you're
> not using exceptions, and you're using no c++ library which uses
> exceptions, then there's no problem, surely?
The suggestion (and expected use, in the headers) is to make Lua a C++
library that throws exceptions, instead of a C library that uses longjmp.
--
Glenn Maynard