Skip to content
#

cpp-lib

Here are 32 public repositories matching this topic...

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 index access. This provides both functional correctness as well as greater protection against related security threats.

  • Updated Jan 28, 2025
  • C++

Improve this page

Add a description, image, and links to the cpp-lib topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cpp-lib topic, visit your repo's landing page and select "manage topics."

Learn more