mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-01-19 16:52:08 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"key": "safe_numerics",
|
|
"name": "Safe Numerics",
|
|
"authors": [
|
|
"Robert Ramey"
|
|
],
|
|
"description": "Guaranteed Correct Integer Arithmetic",
|
|
"category": [
|
|
"Math",
|
|
"Correctness"
|
|
],
|
|
"maintainers": [
|
|
"Robert Ramey <ramey -at- rrsd.com>"
|
|
],
|
|
"cxxstd": "14"
|
|
}
|