summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/smart_ptr/meta/libraries.json
blob: 8a027f7351c33e30084afdcc09032b14af1377ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "key": "smart_ptr",
    "name": "Smart Ptr",
    "authors": [
        "Greg Colvin",
        "Beman Dawes",
        "Peter Dimov",
        "Darin Adler",
        "Glen Fernandes"
    ],
    "description": "Smart pointer class templates.",
    "std": [
        "tr1"
    ],
    "category": [
        "Memory"
    ],
    "maintainers": [
        "Peter Dimov <pdimov -at- pdimov.com>"
    ]
}