The throwing of exceptions can now be disabled, and in this case a handler function is called instead.

This commit is contained in:
David Williams
2012-12-29 00:11:23 +00:00
parent 25a4ff1c8e
commit 4f7a6256a9
3 changed files with 30 additions and 8 deletions

View File

@ -94,6 +94,7 @@ SET(CORE_INC_FILES
)
SET(IMPL_SRC_FILES
source/Impl/ErrorHandling.cpp
source/Impl/MarchingCubesTables.cpp
source/Impl/RandomUnitVectors.cpp
source/Impl/RandomVectors.cpp