BLQ5 / SafeInt

SafeInt is a class library for C++ that manages integer overflows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SafeInt

SafeInt is a class library for C++ that manages integer overflows.

Now updated to keep the entire history of the class from the time it first was checked into CodePlex.

March, 2018 - added support for constexpr, also enforcing a requirement that --std=c++11 or --std=c++14 has to be used for gcc or clang, minimum Visual Studio compiler version TBD.

About

SafeInt is a class library for C++ that manages integer overflows.

License:MIT License


Languages

Language:C++ 99.8%Language:HTML 0.1%Language:Makefile 0.1%Language:C 0.0%