lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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