Global settings |
Memory management is defined in fast_new.hpp
The macro ERROR must be used to raise a global error.
The macros ASSERT and VERIFY must be used for debugging purposes.
Errors are handled by the "throw/catch" mecanism if exceptions have been enabled at the configuration time.
The function fatal_error quit the execution brutaly.