Macaulay2 Engine
Loading...
Searching...
No Matches
overflow.cpp
Go to the documentation of this file.
1#include "overflow.hpp"
2#include <string>
3
4namespace safe {
5void ov(const char *msg)
6{
7 const std::string s(msg);
9}
10}
11
12// Local Variables:
13// compile-command: "make -C $M2BUILDDIR/Macaulay2/e overflow.ss"
14// indent-tabs-mode: nil
15// End:
void size_t s
Definition m2-mem.cpp:271
void ov(const char *msg)
Definition overflow.cpp:5
Overflow-checked integer arithmetic for monomial exponents and degree sums.