lyken
cd69fa07a5
Achieved through defining all the needed Exception ID constants at link time. Secondly, since `Exception` is `size_t` dependent, `__nac3_raise()` takes an opaque pointer to `Exception`, unless IRRT is compiled into 32-bit and 64-bit separately with a defined `size_t` type.
5 lines
119 B
C++
5 lines
119 B
C++
#include <irrt/exception.hpp>
|
|
#include <irrt/int_types.hpp>
|
|
#include <irrt/math_util.hpp>
|
|
#include <irrt/original.hpp>
|