safe numerics
Error Trapping replacements fro C++ integer data types.
Arithmetic operations in C++ are NOT guaranteed to yield the correct mathematical results when applied to C++ integer data types. This library provides compatible replacements which trap anytime an erroneous operation is performed.
Requires Boost Libraries
keywords: safe integer, safe range