Skip to content

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

License

Notifications You must be signed in to change notification settings

PhilArmstrong/SafeInt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%