Closed jlaumon closed 6 years ago
Defining LTALLOC_DISABLE_EXCEPTIONS deactivates code calling throw (otherwise it doesn't compile if the exceptions are disabled at the compiler level).
LTALLOC_DISABLE_EXCEPTIONS
throw
Very cool thx! :D
Defining
LTALLOC_DISABLE_EXCEPTIONS
deactivates code callingthrow
(otherwise it doesn't compile if the exceptions are disabled at the compiler level).