safe-arithmetic
safe-arithmetic copied to clipboard
Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds in...
Results
8
safe-arithmetic issues
Sort by
recently updated
recently updated
newest added
๐งโ๐ฌ Make sure safe arithmetic works with a dimensional analysis library (like mpusz/units)
2
Closes #11 Current implementation contains a ๐ bug. Compilation will fail for invalid values captured by user literals. Such weakness puts in danger the whole purpose of the safety library....