Macaulay2 Engine
Loading...
Searching...
No Matches

◆ add_to() [1/2]

int32_t safe::add_to ( int32_t & x,
int32_t y )
inlinestatic

Definition at line 139 of file overflow.hpp.

140{
141 return add_to(x, y, "monomial exponent overflow: int32_t + int32_t");
142}
static int32_t add_to(int32_t &x, int32_t y, const char *msg)
Definition overflow.hpp:130
volatile int x

References add_to(), and x.