Loading basic_op/stl.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ * but overflow warnings and errors are still reported */ //#define BASOP_NOGLOB_DEV_USE_GLOBALS //#define BASOP_NOGLOB_DEV_PRINT /* If enabled, warnings will be printed to stdout when an overflow occurs */ #define BASOP_NOGLOB_DEV_ABORT /* If enabled, the program will abort when an overflow occurs */ //#define BASOP_NOGLOB_DEV_PRINT /* If enabled, warnings will be printed to stdout when an unexpected overflow occurs */ #define BASOP_NOGLOB_DEV_ABORT /* If enabled, the program will abort when an unexpected overflow occurs */ #if defined BASOP_NOGLOB && !defined BASOP_NOGLOB_DEV_USE_GLOBALS #define BASOP_NOGLOB_DECLARE_LOCAL Loading Loading
basic_op/stl.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ * but overflow warnings and errors are still reported */ //#define BASOP_NOGLOB_DEV_USE_GLOBALS //#define BASOP_NOGLOB_DEV_PRINT /* If enabled, warnings will be printed to stdout when an overflow occurs */ #define BASOP_NOGLOB_DEV_ABORT /* If enabled, the program will abort when an overflow occurs */ //#define BASOP_NOGLOB_DEV_PRINT /* If enabled, warnings will be printed to stdout when an unexpected overflow occurs */ #define BASOP_NOGLOB_DEV_ABORT /* If enabled, the program will abort when an unexpected overflow occurs */ #if defined BASOP_NOGLOB && !defined BASOP_NOGLOB_DEV_USE_GLOBALS #define BASOP_NOGLOB_DECLARE_LOCAL Loading