jeanluct/rodent

Update exceptions to newer jlt lib

Closed this issue · 2 comments

Also get rit of #ifdef _EXCEPTIONS? Instead have JLT handle this.

Resolved in 11b7b5b.

Well, maybe not quite. There are still checks for __EXCEPTIONS in solver.hpp and implicit.hpp. The reason is that jlt/exceptions.hpp doesn't defined a JLT_CATCH(x), since I guess it wouldn't transparently compile when exceptions are disabled. Maybe leave as is? Experiment with -fno-exceptions. Then again, this is an antiquated feature. Perhaps best to get rid of JLT_ stuff completely.