summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/type_traits/meta/libraries.json
blob: 97fcb65ecc9bacf2e0d3a3c4e0e722dfb87f2416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "key": "type_traits",
    "name": "Type Traits",
    "authors": [
        "John Maddock, Steve Cleary, et al"
    ],
    "description": "Templates for fundamental properties of types.",
    "std": [
        "tr1"
    ],
    "category": [
        "Generic",
        "Metaprogramming"
    ],
    "maintainers": [
        "John Maddock <john -at- johnmaddock.co.uk>"
    ]
}