Blame view

3rdparty/boost_1_81_0/libs/integer/meta/libraries.json 636 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  {
      "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>",
          "Andrey Semashev <andrey.semashev -at- gmail.com>"
      ],
      "cxxstd": "03"
  }