Blame view

3rdparty/boost_1_81_0/libs/contract/meta/libraries.json 551 Bytes
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  {
      "key": "contract",
      "name": "Contract",
      "authors": [
          "Lorenzo Caminiti"
      ],
      "maintainers": [
          "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
      ],
      "description": "Contract programming for C++. All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc.",
      "category": [
          "Correctness"
      ]
  }