Blame view

3rdparty/boost_1_81_0/libs/exception/meta/libraries.json 461 Bytes
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  {
      "key": "exception",
      "name": "Exception",
      "authors": [
          "Emil Dotchevski"
      ],
      "description": "The Boost Exception library supports transporting of arbitrary data in exception objects, and transporting of exceptions between threads.",
      "documentation": "doc/boost-exception.html",
      "category": [
          "Emulation"
      ],
      "maintainers": [
          "Emil Dotchevski <emil -at- revergestudios.com>"
      ],
      "cxxstd": "03"
  }