Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 355 Bytes

File metadata and controls

12 lines (9 loc) · 355 Bytes

Safe Numbers

A safe and fully featured replacement for C++ builtin numeric types. NOTE: This is an experimental library and is subject to change without warning.

Supported Platforms

This library requires C++20 and is tested on the following platforms:

  • GCC 11 and later
  • Clang 13 and later
  • Visual Studio 2022 and later
  • Intel OneAPI DPC++