|
safeint
☆
« Back to VersTracker
|
||||||||||
|
Description: Class library for C++ that manages integer overflows |
||||||||||
| Type: Formula | Latest Version: 3.0.28a@0 | Tracked Since: Dec 28, 2025 | ||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||
| Category: Developer tools | ||||||||||
| Tags: c++ security library integer-overflow header-only | ||||||||||
| Install: brew install safeint | ||||||||||
|
About: SafeInt is a C++ class library designed to prevent integer overflow and underflow errors by throwing exceptions on undefined behavior. It provides a secure wrapper around primitive integer types, ensuring safe arithmetic operations without the performance overhead of bounds checking on every operation. This library is ideal for developers writing robust, security-critical code. |
||||||||||
Key Features:
|
||||||||||
Use Cases:
|
||||||||||
Alternatives:
|
||||||||||
| Version History | ||||||||||
|