2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-19 16:22:19 +00:00
Files
integer/meta/libraries.json
2014-08-18 14:59:48 +01:00

13 lines
556 B
JSON

{
"key": "integer",
"name": "Integer",
"description": "The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std.",
"category": [
"Math"
],
"authors": "",
"maintainers": [
"Daryle Walker <darylew -at- hotmail.com>"
]
}